From 1389e3b4dc7437b11fb3b0f22902b4dc946f2fc3 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 29 May 2008 13:35:27 -0400 Subject: fix render in showstream darcs-hash:20080529173527-84dde-968857bab4df3f26d8d135b00991838aa78210c0.gz --- actions/showstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/showstream.php b/actions/showstream.php index fdf3d33bd..8235d7c26 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -330,7 +330,7 @@ class ShowstreamAction extends StreamAction { $noticeurl = common_local_url('shownotice', array('notice' => $notice->id)); # 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('a', array('class' => 'notice', 'href' => $noticeurl), -- cgit v1.2.3-54-g00ecf