aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 18d54d79e..3d9886a29 100644
--- a/index.php
+++ b/index.php
@@ -126,11 +126,11 @@ else
nav_set_selected('nothing');
-$arr = array('app_menu' => $a->apps);
+$arr = array('app_menu' => $a->get_apps());
call_hooks('app_menu', $arr);
-$a->apps = $arr['app_menu'];
+$a->set_apps($arr['app_menu']);
/**
*