]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
debugging request for access token
[quix0rs-gnu-social.git] / actions / shownotice.php
index b189fdb87fed43f629381c87563b687d466171ed..4bf4238cd44ecd9f8d1e9aa2458861aa1800811a 100644 (file)
@@ -69,7 +69,7 @@ class ShownoticeAction extends Action {
                                           $profile->nickname);
                # 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('span', array('class' => 'date'),
                                           common_date_string($notice->created));