forked from extern/egroupware
sort the apps alphabetic
This commit is contained in:
parent
1618a67d7e
commit
9835bb0fdb
@ -166,6 +166,7 @@
|
||||
}
|
||||
$value = array_merge($extension_data,$value);
|
||||
$value['options-app'] = $this->link->app_list();
|
||||
asort($value['options-app']); // sort them alphabetic
|
||||
|
||||
if ($value['button'] == 'search') $value['msg'] = lang('Nothing found - try again !!!');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user