X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshownotice.php;h=4bf4238cd44ecd9f8d1e9aa2458861aa1800811a;hb=9136d18327f2075797aecff1e3ccec0c3e11e928;hp=b189fdb87fed43f629381c87563b687d466171ed;hpb=066f6843fecc862ff26261005e1a1104350ef312;p=quix0rs-gnu-social.git diff --git a/actions/shownotice.php b/actions/shownotice.php index b189fdb87f..4bf4238cd4 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -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));