mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +01:00
fixed initially wrong sorted accounts, because account_id is used as key
This commit is contained in:
parent
2b3cafe75c
commit
27ebbd6bad
@ -284,7 +284,7 @@ if ($app == 'felamimail') continue; // disabled fmail for now, as it break whole
|
||||
$params['query_type'] = 'all';
|
||||
}
|
||||
|
||||
$rows = self::$accounts->search($params);
|
||||
$rows = array_values(self::$accounts->search($params));
|
||||
//error_log(__METHOD__."() accounts->search(".array2string($params).") total=".self::$accounts->total);
|
||||
|
||||
foreach($rows as &$row)
|
||||
|
Loading…
Reference in New Issue
Block a user