MDL-11960 DIsable rss block on tags pages :-(

This commit is contained in:
moodler
2008-02-29 07:04:27 +00:00
parent e331f94902
commit 536273ae99
+1 -1
View 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() {