From 1977ab35c0358ecb9f843af2c9db593a36abfaa1 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 16 May 2016 21:39:37 -0700 Subject: remove the app_menu hook - no longer used anywhere in core. Several addons still hook into it, but we can remove these over time. --- index.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 5d8dbd8bf..5a25e67c7 100755 --- a/index.php +++ b/index.php @@ -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 */ -- cgit v1.2.3