diff options
author | redmatrix <git@macgirvin.com> | 2016-05-16 21:39:37 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-16 21:39:37 -0700 |
commit | 1977ab35c0358ecb9f843af2c9db593a36abfaa1 (patch) | |
tree | 0694aeeebb6ff868e4bd7195a3769b9218bbe4af | |
parent | 6ac6537f107e105cc9a25c9b915d393f47250f82 (diff) | |
download | volse-hubzilla-1977ab35c0358ecb9f843af2c9db593a36abfaa1.tar.gz volse-hubzilla-1977ab35c0358ecb9f843af2c9db593a36abfaa1.tar.bz2 volse-hubzilla-1977ab35c0358ecb9f843af2c9db593a36abfaa1.zip |
remove the app_menu hook - no longer used anywhere in core. Several addons still hook into it, but we can remove these over time.
-rwxr-xr-x | index.php | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 */ |