Issue Details (XML | Word | Printable)

Key: MDL-19023
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: moodle.com
Reporter: Jason Hardin
Votes: 0
Watchers: 2
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

local currencies.php files are never seen by get_list_of_currencies function in moodlelib.php

Created: 30/Apr/09 06:16 AM   Updated: 30/Apr/09 06:37 AM
Component/s: Lib
Affects Version/s: 1.9.4
Fix Version/s: None

File Attachments: 1. Text File moodlelib.patch (0.7 kB)


Participants: Jason Hardin and moodle.com
Security Level: None
Affected Branches: MOODLE_19_STABLE


 Description  « Hide
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.



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Jason Hardin added a comment - 30/Apr/09 06:32 AM
original patch would only load the local changes, this patch loads the core language then overwrites with local changes.