forked from friendica/friendica-addons
[forumdirectory] Add L10n parameter to Pager constructor call
This commit is contained in:
parent
4dff5e7175
commit
9c092d5c40
|
@ -99,7 +99,7 @@ function forumdirectory_content(App $a)
|
||||||
$total = $cnt['total'];
|
$total = $cnt['total'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$pager = new Pager(DI::args()->getQueryString(), 60);
|
$pager = new Pager(DI::l10n(), DI::args()->getQueryString(), 60);
|
||||||
|
|
||||||
$order = " ORDER BY `name` ASC ";
|
$order = " ORDER BY `name` ASC ";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue