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