]> git.mxchange.org Git - friendica.git/blobdiff - mod/contacts.php
Rename App Methods
[friendica.git] / mod / contacts.php
index 7597fd6432ce7786800ce94cd9b01f5df2038afb..4e149ab74fa4c448cc0e1fcaa847e1551ce18dfb 100644 (file)
@@ -793,7 +793,7 @@ function contacts_content(App $a, $update = 0)
                intval($_SESSION['uid'])
        );
        if (DBA::isResult($r)) {
-               $a->set_pager_total($r[0]['total']);
+               $a->setPagerTotal($r[0]['total']);
                $total = $r[0]['total'];
        }