[forumdirectory] Add L10n parameter to Pager constructor call

This commit is contained in:
Hypolite Petovan 2020-02-16 13:06:30 -05:00
parent 4dff5e7175
commit 9c092d5c40
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function forumdirectory_content(App $a)
$total = $cnt['total'];
}
$pager = new Pager(DI::args()->getQueryString(), 60);
$pager = new Pager(DI::l10n(), DI::args()->getQueryString(), 60);
$order = " ORDER BY `name` ASC ";