diff options
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nav.php b/include/nav.php index 35cf80340..43c7771ec 100644 --- a/include/nav.php +++ b/include/nav.php @@ -275,6 +275,8 @@ EOT; $syslist = Zlib\Apps::get_system_apps(true); } + usort($syslist,'Zotlabs\\Lib\\Apps::app_name_compare'); + foreach($syslist as $app) { $navapps[] = Zlib\Apps::app_render($app,'nav'); } |