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 /lib/stream.php | |
parent | 6cbd4240304254bd86e3d53ac52c66de55bf53e8 (diff) |
@ messages
darcs-hash:20080529170801-84dde-765f70013696c46bee65bf1408ff4a0b379711d7.gz
Diffstat (limited to 'lib/stream.php')
-rw-r--r-- | lib/stream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.php b/lib/stream.php index b6834eb45..ac683367f 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -48,7 +48,7 @@ class StreamAction 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'); $noticeurl = common_local_url('shownotice', array('notice' => $notice->id)); common_element('a', array('class' => 'notice', |