forked from GNUsocial/gnu-social
$notices->verb = ActivityVerb::POST;
This commit is contained in:
parent
e10691abea
commit
32549cfd8c
@ -824,7 +824,7 @@ class Profile extends Managed_DataObject
|
||||
|
||||
$notices = new Notice();
|
||||
$notices->profile_id = $this->id;
|
||||
$notices->whereAdd("verb = '".ActivityVerb::POST."'");
|
||||
$notices->verb = ActivityVerb::POST;
|
||||
$cnt = (int) $notices->count('distinct id');
|
||||
|
||||
if (!empty($c)) {
|
||||
|
Loading…
Reference in New Issue
Block a user