diff options
author | friendica <info@friendica.com> | 2012-10-21 22:11:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-21 22:11:02 -0700 |
commit | 8f9ddcb536ae46f1c6b3d3c19db1598dc4a51616 (patch) | |
tree | 1941b7e5879c9d1e54cc45529f92e9b0a8a7a0c3 /index.php | |
parent | 87c171030c8de2e36f284fa6b58f11a5535a9a29 (diff) | |
download | volse-hubzilla-8f9ddcb536ae46f1c6b3d3c19db1598dc4a51616.tar.gz volse-hubzilla-8f9ddcb536ae46f1c6b3d3c19db1598dc4a51616.tar.bz2 volse-hubzilla-8f9ddcb536ae46f1c6b3d3c19db1598dc4a51616.zip |
lotsa little fixes
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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']); /** * |