Skip to content

Commit

Permalink
Adding lang support within profile fields to make them selfcontained.
Browse files Browse the repository at this point in the history
Merged from MOODLE_18_STABLE
  • Loading branch information
stronk7 committed Nov 9, 2007
1 parent e9a5857 commit d770f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/moodlelib.php
Expand Up @@ -4707,6 +4707,7 @@ function places_to_search_for_lang_strings() {
'gradereport_' => array('grade/report'),
'gradeimport_' => array('grade/import'),
'gradeexport_' => array('grade/export'),
'profilefield_' => array('user/profile/field'),
'' => array('mod')
);
}
Expand Down

0 comments on commit d770f41

Please sign in to comment.