1
1
Fork 0

Update Pager->__construct calls for minimal use cases

This commit is contained in:
Hypolite Petovan 2018-10-24 11:50:37 -04:00
commit 74e80f137b
4 changed files with 4 additions and 4 deletions

View file

@ -121,7 +121,7 @@ function notifications_content(App $a)
}
// Set the pager
$pager = new Pager($a->query_string, null, $perpage);
$pager = new Pager($a->query_string, $perpage);
// Add additional informations (needed for json output)
$notifs['items_page'] = $pager->getItemsPerPage();