$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 = new Notice();
|
||||||
$notices->profile_id = $this->id;
|
$notices->profile_id = $this->id;
|
||||||
$notices->whereAdd("verb = '".ActivityVerb::POST."'");
|
$notices->verb = ActivityVerb::POST;
|
||||||
$cnt = (int) $notices->count('distinct id');
|
$cnt = (int) $notices->count('distinct id');
|
||||||
|
|
||||||
if (!empty($c)) {
|
if (!empty($c)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user