Merge branch 'MDL-54563-master' of git://github.com/cameron1729/moodle

This commit is contained in:
Dan Poltawski 2016-06-14 17:15:01 +01:00
commit 7d78a2eee2
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class block_completionstatus extends block_base {
}
public function applicable_formats() {
return array('all' => true, 'mod' => false, 'tag' => false, 'my' => false);
return array('course' => true);
}
public function get_content() {

View File

@ -39,7 +39,7 @@ class block_selfcompletion extends block_base {
}
function applicable_formats() {
return array('all' => true, 'mod' => false, 'tag' => false, 'my' => false);
return array('course' => true);
}
public function get_content() {