Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.7, 1.7.1, 1.7.2, 1.8
-
Labels:None
-
Environment:all platform
-
Database:MySQL
-
Affected Branches:MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE
-
Fixed Branches:MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE
Description
A error in file "mod/quiz/db/mysql.php" line 840 (moodle1.6.5+) or line 845 (moodle cvs)
Error "last blanks" : require_once("$CFG->libdir/questionlib.php ");
OK: require_once("$CFG->libdir/questionlib.php");
Detected. Was related with a change performed with
MDL-6116.Fixing the typo now in all branches... hopefully I only affected sites with "orphan" categories.
MDL-6116. Fixing the typo now in all branches... hopefully I only affected sites with "orphan" categories.