mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Issue #73 Deprecated admin_handlers.php file.
This commit is contained in:
@@ -28,7 +28,6 @@ class tabbed
|
||||
$plugs = e107::getNav()->pluginLinks(E_16_PLUGMANAGER, "array");
|
||||
|
||||
$this->links = array_merge($core,$plugs);
|
||||
require_once(e_HANDLER."admin_handler.php");
|
||||
$this->links = multiarray_sort($this->links,'title'); //XXX Move this function in e107_class?
|
||||
$this->render();
|
||||
}
|
||||
|
Reference in New Issue
Block a user