Fix database error
This commit is contained in:
parent
c9a6063a2a
commit
5ded967129
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue