This commit is contained in:
hannes 2015-11-22 20:26:08 +00:00
parent 70695a1463
commit 1eba33590b

View File

@ -1244,7 +1244,7 @@ class Profile extends Managed_DataObject
$notice = Notice::pkeyGet(array('profile_id' => $this->id,
'repeat_of' => $notice->id,
'verb' => 'http://activitystrea.ms/schema/1.0/share'));
'verb' => ActivityVerb::SHARE));
return !empty($notice);
}