-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.3, 2.4
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
w51_
MDL-37301_m25_coursecatinfoas -
Two lines in file_info_context_coursecat.php are missing "AS" in the SQL command causing an error when attempting to view the server files in tree mode.
207 $rs = $DB->get_recordset_sql('SELECT ctx.id contextid, c.visible -> $rs = $DB>get_recordset_sql('SELECT ctx.id AS contextid, c.visible
229 $rs = $DB->get_recordset_sql('SELECT ctx.id contextid, c.visible -> $rs = $DB>get_recordset_sql('SELECT ctx.id AS contextid, c.visible
The error was discovered on v. 2.3.3 but appears not to have been fixed on 2.4 either.
- has a non-specific relationship to
-
MDL-37254 Error thrown in filebrowser/file_info_context_course.php in postgresql 8.3
- Closed