mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
fixed missing global CFG - merged from MOODLE_18_STABLE
This commit is contained in:
parent
5e992f564b
commit
d927621bf3
@ -4183,6 +4183,8 @@ function clean_getstring_data( $a ) {
|
||||
* help.php.
|
||||
*/
|
||||
function places_to_search_for_lang_strings() {
|
||||
global $CFG;
|
||||
|
||||
return array(
|
||||
'__exceptions' => array('moodle', 'langconfig'),
|
||||
'assignment_' => array('mod/assignment/type'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user