Fixing allowed formats.

This commit is contained in:
defacer 2005-02-09 15:45:54 +00:00
parent de4505fef3
commit 76d37688fc

View File

@ -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() {