]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix render in showstream
authorEvan Prodromou <evan@prodromou.name>
Thu, 29 May 2008 17:35:27 +0000 (13:35 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 29 May 2008 17:35:27 +0000 (13:35 -0400)
darcs-hash:20080529173527-84dde-968857bab4df3f26d8d135b00991838aa78210c0.gz

actions/showstream.php

index fdf3d33bd46f2de5df6a323b3a6d92cea0f757e2..8235d7c26fa3c3d1fd2cc1fb088f7f795cdec07d 100644 (file)
@@ -330,7 +330,7 @@ class ShowstreamAction extends StreamAction {
                $noticeurl = common_local_url('shownotice', array('notice' => $notice->id));
                # 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');
                common_element('a', array('class' => 'notice',
                                                                  'href' => $noticeurl),