]> git.mxchange.org Git - friendica.git/blobdiff - mod/viewcontacts.php
Merge pull request #7039 from annando/api-reshare-quote
[friendica.git] / mod / viewcontacts.php
index d36ea96c7de00248a5e6a572fb0c4ee684ecceeb..7c2b96fad1bb796cd0b8fe32d2eb23fe5db3d3aa 100644 (file)
@@ -66,7 +66,7 @@ function viewcontacts_content(App $a)
                'network' => [Protocol::ACTIVITYPUB, Protocol::DFRN, Protocol::DIASPORA, Protocol::OSTATUS]
        ];
 
-       $total = DBA::count('count', $condition);
+       $total = DBA::count('contact', $condition);
 
        $pager = new Pager($a->query_string);