]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Oembed/actions/oembed.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / plugins / Oembed / actions / oembed.php
index afaaa2ded5dea0f93c7fd1582aba19ce48733aa8..fe412fb690b107d621c41ff77d51f804f0b8e739 100644 (file)
@@ -88,7 +88,7 @@ class OembedAction extends Action
             $oembed['author_name']=$authorname;
             $oembed['author_url']=$profile->profileurl;
             $oembed['url']=$notice->getUrl();
-            $oembed['html']=$notice->rendered;
+            $oembed['html']=$notice->getRendered();
             break;
 
         case 'attachment':