Change where it looks for quiz report language files, to match the way the existing reports currenly work.
This commit is contained in:
+2
-1
@@ -4258,7 +4258,8 @@ function places_to_search_for_lang_strings() {
|
||||
'enrol_' => array('enrol'),
|
||||
'format_' => array('course/format'),
|
||||
'qtype_' => array('question/type'),
|
||||
'report_' => array($CFG->admin.'/report', 'course/report', 'mod/quiz/report'),
|
||||
'quiz_' => array('mod/quiz/report'),
|
||||
'report_' => array($CFG->admin.'/report', 'course/report'),
|
||||
'resource_' => array('mod/resource/type'),
|
||||
'' => array('mod')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user