Change where it looks for quiz report language files, to match the way the existing reports currenly work.

This commit is contained in:
tjhunt
2007-07-20 16:12:06 +00:00
parent 14f42baf18
commit cccd285acf
+2 -1
View File
@@ -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')
);