mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
sorted the navbar apps
This commit is contained in:
parent
db1b79ff98
commit
3fd860790a
@ -891,6 +891,7 @@
|
||||
$GLOBALS['phpgw_info']['navbar']['home']['icon'] = $this->image('phpgwapi','home.gif');
|
||||
|
||||
reset($GLOBALS['phpgw_info']['user']['apps']);
|
||||
asort($GLOBALS['phpgw_info']['user']['apps']);
|
||||
while ($permission = each($GLOBALS['phpgw_info']['user']['apps']))
|
||||
{
|
||||
if (is_long($permission[0]))
|
||||
|
Loading…
Reference in New Issue
Block a user