]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix call to Notice::saveNew() in Ostatus_profile::processShare()
authorEvan Prodromou <evan@status.net>
Wed, 20 Jul 2011 15:47:55 +0000 (11:47 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 20 Jul 2011 15:47:55 +0000 (11:47 -0400)
plugins/OStatus/classes/Ostatus_profile.php

index 2412638ecc7799f97caa93529c2ca782ca02281f..64094803ca7dfee09f8724efc643c3e5e3b85fb5 100644 (file)
@@ -695,7 +695,7 @@ class Ostatus_profile extends Managed_DataObject
         $notice = Notice::saveNew($oprofile->profile_id,
                                   $content,
                                   'ostatus',
-                                  $content);
+                                  $options);
 
         return $notice;
     }