From: Brion Vibber Date: Thu, 10 Mar 2011 20:05:25 +0000 (-0800) Subject: Micro-app fix: pass foreign options (remote source & original URI) with OStatus input X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=acd3f957ba0ea24ba83ce7f1b3c658b94d709da3;p=quix0rs-gnu-social.git Micro-app fix: pass foreign options (remote source & original URI) with OStatus input --- diff --git a/lib/microappplugin.php b/lib/microappplugin.php index 7e8a124d1e..fbead58cc5 100644 --- a/lib/microappplugin.php +++ b/lib/microappplugin.php @@ -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; }