X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FSubMirror%2Fclasses%2FSubMirror.php;fp=plugins%2FSubMirror%2Fclasses%2FSubMirror.php;h=a24f7fad5ce3d801f6e0dbab71fc859e2dd93221;hb=4160a3fb730113f3d712bd777884c4b0482f6df1;hp=de63841e729e84f44f712d7efaa0c3bbb5f555ba;hpb=abd90bbdf562614755802885dfb5673645df8575;p=quix0rs-gnu-social.git diff --git a/plugins/SubMirror/classes/SubMirror.php b/plugins/SubMirror/classes/SubMirror.php index de63841e72..a24f7fad5c 100644 --- a/plugins/SubMirror/classes/SubMirror.php +++ b/plugins/SubMirror/classes/SubMirror.php @@ -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,