block-blog_recent MDL-22942 Fixed up block config function, blog_recent doesn't have global settings

This commit is contained in:
Sam Hemelryk
2010-11-05 01:55:51 +00:00
parent 9fb3c12d75
commit 486fe803c1
-4
View File
@@ -43,10 +43,6 @@ class block_blog_recent extends block_base {
return array('all' => true, 'my' => false, 'tag' => false);
}
function has_config() {
return true;
}
function instance_allow_config() {
return true;
}