From d58a3c8a3d469f83c8f6c2d0d1c831cec3434be4 Mon Sep 17 00:00:00 2001 From: dhawes Date: Thu, 27 Jan 2005 01:57:30 +0000 Subject: [PATCH] removed excess paren, again - still a type-o --- blocks/rss_client/block_rss_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/rss_client/block_rss_client.php b/blocks/rss_client/block_rss_client.php index 98b3f58e27..ff8483c000 100644 --- a/blocks/rss_client/block_rss_client.php +++ b/blocks/rss_client/block_rss_client.php @@ -158,7 +158,7 @@ class block_rss_client extends block_base { $rss->items = array_slice($rss->items, 0, $shownumentries); } - $rss->channel['title']) = rss_unhtmlentities($rss->channel['title']); + $rss->channel['title'] = rss_unhtmlentities($rss->channel['title']); foreach ($rss->items as $item) { $item['title'] = rss_unhtmlentities($item['title']); $item['description'] = rss_unhtmlentities($item['description']); -- 2.39.5