]> git.mjollnir.org Git - moodle.git/commitdiff
removed excess paren, again - still a type-o
authordhawes <dhawes>
Thu, 27 Jan 2005 01:57:30 +0000 (01:57 +0000)
committerdhawes <dhawes>
Thu, 27 Jan 2005 01:57:30 +0000 (01:57 +0000)
blocks/rss_client/block_rss_client.php

index 98b3f58e27f6781563caad06cac1eb3419b441aa..ff8483c0008d4b00a99ad2efdec83916e12c9138 100644 (file)
@@ -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']);