mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 16:20:13 +02:00
Fix for missing menus on some admin pages.
This commit is contained in:
@@ -1418,7 +1418,12 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
|
||||
$ret = $ns->tablerender($title, $text, 'default', true);
|
||||
$ns->setUniqueId(null);
|
||||
|
||||
return $ret;
|
||||
if(!empty($extraParms['return']))
|
||||
{
|
||||
return $ret;
|
||||
}
|
||||
|
||||
echo $ret;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user