]> git.mjollnir.org Git - moodle.git/commitdiff
bug #5234, so I took out has_config, this block has no config globals right?
authortoyomoyo <toyomoyo>
Tue, 18 Apr 2006 02:37:44 +0000 (02:37 +0000)
committertoyomoyo <toyomoyo>
Tue, 18 Apr 2006 02:37:44 +0000 (02:37 +0000)
blocks/blog_tags/block_blog_tags.php

index 63f8230a68719e25f0902a9feba08046d55f2a4e..22d9e224a1650a0d0a49893b14a2e1e1b0c56d2f 100644 (file)
@@ -15,7 +15,7 @@ class block_blog_tags extends block_base {
     }
 
     function has_config() {
-        return true;
+        return false;
     }
 
     function applicable_formats() {