mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Clean up ModuleController::replaceDefinedLangCode()
This commit is contained in:
parent
2e6e097272
commit
f8859769e8
15 changed files with 64 additions and 77 deletions
|
|
@ -596,9 +596,7 @@ class ExtraItem
|
|||
}
|
||||
if($this->desc)
|
||||
{
|
||||
$oModuleController = getController('module');
|
||||
$oModuleController->replaceDefinedLangCode($this->desc);
|
||||
$buff[] = '<p>' . escape($this->desc, false) . '</p>';
|
||||
$buff[] = '<p>' . escape(Context::replaceUserLang($this->desc), false) . '</p>';
|
||||
}
|
||||
|
||||
return join("\n", $buff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue