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:
parent
6ac6537f10
commit
1977ab35c0
@ -143,12 +143,6 @@ else
|
|||||||
|
|
||||||
nav_set_selected('nothing');
|
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);
|
$Router = new Zotlabs\Web\Router($a);
|
||||||
|
|
||||||
/* initialise content region */
|
/* initialise content region */
|
||||||
|
Reference in New Issue
Block a user