fixed wired sorting (no sorting) of groups in account selection popup

This commit is contained in:
Ralf Becker 2010-11-02 13:03:42 +00:00
parent faa7878b90
commit 42508c4f63

View File

@ -423,7 +423,9 @@ function addOption(id,label,value,do_onchange)
$app_groups = $this->accounts->split_accounts($app,'groups');
}
$all_groups = $this->accounts->search(array(
'type' => 'groups',
'type' => 'groups',
'order' => 'account_lid',
'sort' => 'ASC',
));
foreach($all_groups as $group)
{