]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
don't check for notice in rendering content; just render it!
[quix0rs-gnu-social.git] / actions / showstream.php
index d4af6313278beb09564a5a58fff55a1d48bb823e..fdf3d33bd46f2de5df6a323b3a6d92cea0f757e2 100644 (file)
@@ -315,7 +315,7 @@ class ShowstreamAction extends StreamAction {
                if ($notice->find(true)) {
                        # FIXME: URL, image, video, audio
                        common_element_start('span', array('class' => 'content'));
-                       common_raw(common_render_content($notice->content));
+                       common_raw(common_render_content($notice->content, $notice));
                        common_element_end('span');
                }