mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
Admin - Fix bug limiting group nextmatch to 20 rows at a time
This commit is contained in:
parent
ad617c0b8f
commit
1bd4a69737
@ -358,7 +358,7 @@ class admin_ui
|
||||
'order' => $query['order'],
|
||||
'sort' => $query['sort'],
|
||||
'start' => (int)$query['start'],
|
||||
'num_rows' => (int)$query['num_rows']
|
||||
'offset' => (int)$query['num_rows']
|
||||
));
|
||||
|
||||
$apps = array();
|
||||
|
Loading…
Reference in New Issue
Block a user