From: Evan Prodromou <evan@prodromou.name>
Date: Thu, 29 May 2008 17:35:27 +0000 (-0400)
Subject: fix render in showstream
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1389e3b4dc7437b11fb3b0f22902b4dc946f2fc3;p=quix0rs-gnu-social.git

fix render in showstream

darcs-hash:20080529173527-84dde-968857bab4df3f26d8d135b00991838aa78210c0.gz
---

diff --git a/actions/showstream.php b/actions/showstream.php
index fdf3d33bd4..8235d7c26f 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),