fix call to Notice::saveNew() in Ostatus_profile::processShare()

This commit is contained in:
Evan Prodromou 2011-07-20 11:47:55 -04:00
parent e07620a0aa
commit ebc5d6f676
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ class Ostatus_profile extends Managed_DataObject
$notice = Notice::saveNew($oprofile->profile_id,
$content,
'ostatus',
$content);
$options);
return $notice;
}