Reduce page size in contacts pages
This commit is contained in:
@@ -67,7 +67,7 @@ class Contacts extends BaseModule
|
||||
$total = Model\Contact\Relation::countAll($cid, $condition);
|
||||
}
|
||||
|
||||
$pager = new Pager(DI::l10n(), DI::args()->getQueryString());
|
||||
$pager = new Pager(DI::l10n(), DI::args()->getQueryString(), 30);
|
||||
$desc = '';
|
||||
|
||||
switch ($type) {
|
||||
|
||||
Reference in New Issue
Block a user