]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11960 Hide RSS block on tag pages
authormoodler <moodler>
Fri, 29 Feb 2008 07:05:12 +0000 (07:05 +0000)
committermoodler <moodler>
Fri, 29 Feb 2008 07:05:12 +0000 (07:05 +0000)
blocks/rss_client/block_rss_client.php

index 64989425a7658a01003bd66069a1c37146954c1a..5d111fbb48a1545e752790f83f9399354e92addc 100644 (file)
@@ -28,7 +28,7 @@
     }
 
     function applicable_formats() {
-        return array('all' => true);
+        return array('all' => true, 'tag' => false);   // Needs work to make it work on tags MDL-11960
     }
 
     function specialization() {