1
0
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:
Cameron
2013-02-26 17:17:31 -08:00
parent 45ac119d83
commit fdf78c92a4
14 changed files with 65 additions and 72 deletions

View File

@@ -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();
}