Merge branch 'MDL-49885_course_overview_block2_28' of https://github.com/andyjdavis/moodle into MOODLE_28_STABLE
This commit is contained in:
@@ -112,7 +112,7 @@ class block_course_overview extends block_base {
|
||||
* @return array
|
||||
*/
|
||||
public function applicable_formats() {
|
||||
return array('my-index' => true);
|
||||
return array('my' => true);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -125,4 +125,4 @@ class block_course_overview extends block_base {
|
||||
$config = get_config('block_course_overview');
|
||||
return !empty($config->showwelcomearea);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user