]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Merge pull request #5862 from nupplaphil/rename_App_Methods
[friendica.git] / mod / notifications.php
index 867c7260da5550b881b33da07c534122abc6511b..1885f96447c9f7e54276cd059bd26cddcaa2482c 100644 (file)
@@ -120,7 +120,7 @@ function notifications_content(App $a)
        }
 
        // Set the pager
-       $a->set_pager_itemspage($perpage);
+       $a->setPagerItemsPage($perpage);
 
        // Add additional informations (needed for json output)
        $notifs['items_page'] = $a->pager['itemspage'];