Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.4
-
Fix Version/s: None
-
Component/s: Libraries
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
The function get_list_of_currencies in moodlelib.php never checks if there is a local language file for the currencies.php language file.
I created a patch that adds an extra if statement to check _local folder first.
original patch would only load the local changes, this patch loads the core language then overwrites with local changes.