mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Issue #5443 - PHP 8.4 test fixes.
This commit is contained in:
@@ -69,7 +69,7 @@ foreach ($admin_cat['id'] as $cat_key => $cat_id)
|
||||
|
||||
$text .= "</table></div>";
|
||||
|
||||
$ns->tablerender(ADLAN_47." ".ADMINNAME, $mes->render().$text);
|
||||
e107::getRender()->tablerender(ADLAN_47." ".ADMINNAME, $mes->render().$text);
|
||||
|
||||
echo admin_info();
|
||||
|
||||
|
Reference in New Issue
Block a user