block-blog_recent MDL-22942 Fixed up block config function, blog_recent doesn't have global settings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user