-
Bug
-
Resolution: Fixed
-
Minor
-
2.6.5, 2.7
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
MDL-47780_master -
The @return in the php docs suggests it will be "Array of courses, may have zero entries. Or false if query failed.", however if you actually look at the return statement in the function it is "return empty($courses) ? false : $courses;".
- Discovered while testing
-
MDL-47778 PHP warning when visiting tool_monitor page directly.
- Closed