]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
mod photos compatibility only_full_group_by
[friendica.git] / mod / allfriends.php
index 893cf6a5feda1c2ecf55d3e43123546b2f6e8a54..f51070bbe86d472216892b3685cc34fb19680520 100644 (file)
@@ -37,9 +37,8 @@ function allfriends_content(App $a) {
 
        $total = count_all_friends(local_user(), $cid);
 
-       if (count($total)) {
+       if(count($total))
                $a->set_pager_total($total);
-       }
 
        $r = all_friends(local_user(), $cid, $a->pager['start'], $a->pager['itemspage']);