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/showstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/showstream.php') 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'); } -- cgit v1.2.3-54-g00ecf