]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Activity/lib/unfollowlistitem.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / plugins / Activity / lib / unfollowlistitem.php
index 0ecb8bef5a0095a96e59ff636545fce50e018a11..276288bf057135eebeeb3e4d2474bd93b9868e8c 100644 (file)
@@ -68,7 +68,7 @@ class UnfollowListItem extends SystemListItem
 
         $out->elementStart('div', 'unfollow-activity');
 
-        $out->raw($notice->rendered);
+        $out->raw($notice->getRendered());
 
         $out->elementEnd('div');
     }