diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-29 13:08:01 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-29 13:08:01 -0400 |
commit | 9d9588a3deefbd908210ea3b47575e6d1e70939d (patch) | |
tree | 6fc8412c62df66e918bafccfce1634e0e44cbf3d /actions/shownotice.php | |
parent | 6cbd4240304254bd86e3d53ac52c66de55bf53e8 (diff) |
@ messages
darcs-hash:20080529170801-84dde-765f70013696c46bee65bf1408ff4a0b379711d7.gz
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r-- | actions/shownotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |