mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:50:11 +00:00
Add L10n parameter to Pager classes
This commit is contained in:
parent
682fb7e4e2
commit
561472b975
20 changed files with 53 additions and 52 deletions
|
@ -104,6 +104,7 @@ class Community extends BaseModule
|
|||
$o .= conversation(DI::app(), $items, 'community', false, false, 'commented', local_user());
|
||||
|
||||
$pager = new BoundariesPager(
|
||||
DI::l10n(),
|
||||
DI::args()->getQueryString(),
|
||||
$items[0]['commented'],
|
||||
$items[count($items) - 1]['commented'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue