forked from GNUsocial/gnu-social
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,
|
$notice = Notice::saveNew($oprofile->profile_id,
|
||||||
$content,
|
$content,
|
||||||
'ostatus',
|
'ostatus',
|
||||||
$content);
|
$options);
|
||||||
|
|
||||||
return $notice;
|
return $notice;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user