Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Repositories
-
Labels:None
-
Environment:Any
-
Database:Any
-
Difficulty:Easy
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
The upload a file plugin is generating a JSON error when used on the latest build of HEAD. (See the attached error message)
The issues seems to be with the function
public function get_listing()
it is missing the line
global $CFG;
Attachments
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Thanks for reporting this, Stephen, fixed