mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Reduced some memory usage.
This commit is contained in:
@@ -219,9 +219,8 @@ class e_menuManager
|
||||
function menuRenderMessage()
|
||||
{
|
||||
// return $this->menuMessage;
|
||||
$text = e107::getMessage()->render('menuUi');
|
||||
// $text .= "ID = ".$this->menuId;
|
||||
return $text;
|
||||
// $text .= "ID = ".$this->menuId;
|
||||
return e107::getMessage()->render('menuUi');
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user