]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SubMirror/classes/SubMirror.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / plugins / SubMirror / classes / SubMirror.php
index de63841e729e84f44f712d7efaa0c3bbb5f555ba..a24f7fad5ce3d801f6e0dbab71fc859e2dd93221 100644 (file)
@@ -195,7 +195,7 @@ class SubMirror extends Managed_DataObject
     {
         $options = array('is_local' => Notice::LOCAL_PUBLIC,
                          'url' => $notice->getUrl(), // pass through the foreign link...
-                         'rendered' => $notice->rendered);
+                         'rendered' => $notice->getRendered());
 
         $saved = Notice::saveNew($profile->id,
                                  $notice->content,