mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
fixed wired sorting (no sorting) of groups in account selection popup
This commit is contained in:
parent
faa7878b90
commit
42508c4f63
@ -424,6 +424,8 @@ function addOption(id,label,value,do_onchange)
|
||||
}
|
||||
$all_groups = $this->accounts->search(array(
|
||||
'type' => 'groups',
|
||||
'order' => 'account_lid',
|
||||
'sort' => 'ASC',
|
||||
));
|
||||
foreach($all_groups as $group)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user