]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12431 Added ability for filters to contain lang files
authorsam_marshall <sam_marshall>
Tue, 4 Dec 2007 11:47:28 +0000 (11:47 +0000)
committersam_marshall <sam_marshall>
Tue, 4 Dec 2007 11:47:28 +0000 (11:47 +0000)
lib/moodlelib.php

index 30be5066f8b1bb8e7eefd3682e3c29b5d7926bee..6481e17755393767ff55a98899ba5179e96cf569 100644 (file)
@@ -4873,6 +4873,7 @@ function places_to_search_for_lang_strings() {
         'datafield_' => array('mod/data/field'),
         'datapreset_' => array('mod/data/preset'),
         'enrol_' => array('enrol'),
+        'filter_' => array('filter'),
         'format_' => array('course/format'),
         'qtype_' => array('question/type'),
         'report_' => array($CFG->admin.'/report', 'course/report', 'mod/quiz/report'),