mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
MDL-13448 - missing the global $db statement. Fix thanks to Samuli Karevaara.
This commit is contained in:
parent
4f67bf8c4d
commit
ec3fa1d8eb
@ -19,7 +19,7 @@
|
||||
|
||||
function xmldb_quiz_upgrade($oldversion=0) {
|
||||
|
||||
global $CFG, $THEME;
|
||||
global $CFG, $THEME, $db;
|
||||
|
||||
$result = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user