]> git.mxchange.org Git - friendica.git/blobdiff - mod/common.php
Rename App Methods
[friendica.git] / mod / common.php
index afe78ce460270fdd06a44bf2b02543883ac87042..d694527b8600979c4c74817e1663c39d07b8e4b2 100644 (file)
@@ -88,7 +88,7 @@ function common_content(App $a)
        }
 
        if ($t > 0) {
-               $a->set_pager_total($t);
+               $a->setPagerTotal($t);
        } else {
                notice(L10n::t('No contacts in common.') . EOL);
                return $o;