Micro-app fix: pass foreign options (remote source & original URI) with OStatus input

This commit is contained in:
Brion Vibber 2011-03-10 12:05:25 -08:00
parent 0511800351
commit acd3f957ba
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ abstract class MicroAppPlugin extends Plugin
'source' => 'ostatus');
// $actor is an ostatus_profile
$this->saveNoticeFromActivity($activity, $actor->localProfile());
$this->saveNoticeFromActivity($activity, $actor->localProfile(), $options);
return false;
}