]> git.mjollnir.org Git - moodle.git/commitdiff
removed excess param - type-o
authordhawes <dhawes>
Thu, 27 Jan 2005 01:55:02 +0000 (01:55 +0000)
committerdhawes <dhawes>
Thu, 27 Jan 2005 01:55:02 +0000 (01:55 +0000)
blocks/rss_client/block_rss_client.php

index 38bbea9324c84bf3f99cece3a2d69d70cd09f025..98b3f58e27f6781563caad06cac1eb3419b441aa 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']);