]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Merge pull request #5862 from nupplaphil/rename_App_Methods
[friendica.git] / mod / allfriends.php
index 7623a9cd06ca4cbba5be8bb9e15d4fe547b6729b..b41d0c891be7ec7feceb100b80404882f5c7cbe4 100644 (file)
@@ -46,7 +46,7 @@ function allfriends_content(App $a)
 
        $total = GContact::countAllFriends(local_user(), $cid);
 
-       $a->set_pager_total($total);
+       $a->setPagerTotal($total);
 
        $r = GContact::allFriends(local_user(), $cid, $a->pager['start'], $a->pager['itemspage']);
        if (!DBA::isResult($r)) {