Skip to content

Commit

Permalink
block-blog_recent MDL-22942 Fixed up block config function, blog_rece…
Browse files Browse the repository at this point in the history
…nt doesn't have global settings
  • Loading branch information
Sam Hemelryk committed Nov 5, 2010
1 parent 9fb3c12 commit 486fe80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions blocks/blog_recent/block_blog_recent.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ function applicable_formats() {
return array('all' => true, 'my' => false, 'tag' => false);
}

function has_config() {
return true;
}

function instance_allow_config() {
return true;
}
Expand Down

0 comments on commit 486fe80

Please sign in to comment.