mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
Introduction of e_navigation class to handle all links site-wide. Large-scale cleanup of global admin links, plugin links etc.
This commit is contained in:
@@ -1179,7 +1179,7 @@ class cron
|
||||
|
||||
$action = ($this->cronAction) ? $this->cronAction : 'main';
|
||||
|
||||
e_admin_menu(PAGE_NAME, $action, $var);
|
||||
e107::getNav()->admin(PAGE_NAME, $action, $var);
|
||||
}
|
||||
|
||||
function cronExecuteMethod($class_name, $method_name, $return = 'boolean')
|
||||
|
Reference in New Issue
Block a user