fix call to Notice::saveNew() in Ostatus_profile::processShare()
This commit is contained in:
parent
e07620a0aa
commit
ebc5d6f676
|
@ -695,7 +695,7 @@ class Ostatus_profile extends Managed_DataObject
|
|||
$notice = Notice::saveNew($oprofile->profile_id,
|
||||
$content,
|
||||
'ostatus',
|
||||
$content);
|
||||
$options);
|
||||
|
||||
return $notice;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user