lotsa little fixes

This commit is contained in:
friendica
2012-10-21 22:11:02 -07:00
parent 87c171030c
commit 8f9ddcb536
10 changed files with 56 additions and 85 deletions

View File

@@ -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']);
/**
*