From 8f9ddcb536ae46f1c6b3d3c19db1598dc4a51616 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 21 Oct 2012 22:11:02 -0700 Subject: lotsa little fixes --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') 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']); /** * -- cgit v1.2.3