mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +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
|
@ -731,7 +731,7 @@ class Contact extends BaseModule
|
|||
}
|
||||
DBA::close($stmt);
|
||||
|
||||
$pager = new Pager(DI::args()->getQueryString());
|
||||
$pager = new Pager(DI::l10n(), DI::args()->getQueryString());
|
||||
|
||||
$sql_values[] = $pager->getStart();
|
||||
$sql_values[] = $pager->getItemsPerPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue