mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
Fixing allowed formats.
This commit is contained in:
parent
de4505fef3
commit
76d37688fc
@ -12,7 +12,7 @@ class block_quiz_results extends block_base {
|
||||
}
|
||||
|
||||
function applicable_formats() {
|
||||
return array('all' => true);
|
||||
return array('course' => true, 'mod-quiz' => true);
|
||||
}
|
||||
|
||||
function get_content() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user