remove the app_menu hook - no longer used anywhere in core. Several addons still hook into it, but we can remove these over time.

This commit is contained in:
redmatrix 2016-05-16 21:39:37 -07:00
parent 6ac6537f10
commit 1977ab35c0

View File

@ -143,12 +143,6 @@ else
nav_set_selected('nothing');
$arr = array('app_menu' => App::get_apps());
call_hooks('app_menu', $arr);
App::set_apps($arr['app_menu']);
$Router = new Zotlabs\Web\Router($a);
/* initialise content region */