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/showstream.php | |
parent | 6cbd4240304254bd86e3d53ac52c66de55bf53e8 (diff) |
@ messages
darcs-hash:20080529170801-84dde-765f70013696c46bee65bf1408ff4a0b379711d7.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index d4af63132..fdf3d33bd 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -315,7 +315,7 @@ class ShowstreamAction extends StreamAction { if ($notice->find(true)) { # 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'); } |