mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Merge remote-tracking branch 'upstream/develop' into channel-relay
This commit is contained in:
commit
7a13d8b8ac
63 changed files with 621 additions and 512 deletions
|
@ -132,8 +132,8 @@ class Community extends Timeline
|
|||
$pager = new BoundariesPager(
|
||||
$this->l10n,
|
||||
$this->args->getQueryString(),
|
||||
$items[0]['received'],
|
||||
$items[count($items) - 1]['received'],
|
||||
$items[array_key_first($items)]['received'],
|
||||
$items[array_key_last($items)]['received'],
|
||||
$this->itemsPerPage
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue