mirror of
https://github.com/friendica/friendica
synced 2025-04-22 08:30:10 +00:00
Adding $fields
This commit is contained in:
parent
14bb6daa5d
commit
4e90029234
2 changed files with 18 additions and 23 deletions
|
@ -67,7 +67,7 @@ class AllFriends extends BaseModule
|
|||
|
||||
$pager = new Pager(DI::l10n(), DI::args()->getQueryString());
|
||||
|
||||
$friends = Model\Contact\Relation::listFollows($cid, [], $pager->getItemsPerPage(), $pager->getStart());
|
||||
$friends = Model\Contact\Relation::listFollows($cid, [], [], $pager->getItemsPerPage(), $pager->getStart());
|
||||
if (empty($friends)) {
|
||||
return DI::l10n()->t('No friends to display.');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue