]> git.mxchange.org Git - friendica.git/blobdiff - mod/viewcontacts.php
Merge pull request #5862 from nupplaphil/rename_App_Methods
[friendica.git] / mod / viewcontacts.php
index 9446470e1b03df21f2e9eeb649e4235504d21337..563c13c6d4ada9ccc0242731ff29f650147e38e3 100644 (file)
@@ -71,7 +71,7 @@ function viewcontacts_content(App $a)
                DBA::escape(Protocol::OSTATUS)
        );
        if (DBA::isResult($r)) {
-               $a->set_pager_total($r[0]['total']);
+               $a->setPagerTotal($r[0]['total']);
        }
 
        $r = q("SELECT * FROM `contact`