From 9d9588a3deefbd908210ea3b47575e6d1e70939d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 29 May 2008 13:08:01 -0400 Subject: @ messages darcs-hash:20080529170801-84dde-765f70013696c46bee65bf1408ff4a0b379711d7.gz --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/shownotice.php') diff --git a/actions/shownotice.php b/actions/shownotice.php index b189fdb87..4bf4238cd 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)); -- cgit v1.2.3-54-g00ecf