MDL-13448 - missing the global $db statement. Fix thanks to Samuli Karevaara.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
function xmldb_quiz_upgrade($oldversion=0) {
|
||||
|
||||
global $CFG, $THEME;
|
||||
global $CFG, $THEME, $db;
|
||||
|
||||
$result = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user