Fix database error

This commit is contained in:
Michael 2019-01-27 19:54:08 +00:00
parent c9a6063a2a
commit 5ded967129
1 changed files with 1 additions and 1 deletions

View 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);