mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
Reduce page size in contacts pages
This commit is contained in:
parent
e64dcc5b5b
commit
e57449ee35
3 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ class Common extends BaseProfile
|
|||
|
||||
$total = Contact\Relation::countCommon($sourceId, $targetId, $condition);
|
||||
|
||||
$pager = new Pager(DI::l10n(), DI::args()->getQueryString());
|
||||
$pager = new Pager(DI::l10n(), DI::args()->getQueryString(), 30);
|
||||
|
||||
$commonFollows = Contact\Relation::listCommon($sourceId, $targetId, $condition, $pager->getItemsPerPage(), $pager->getStart());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue