We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab097f commit cd7ebe5Copy full SHA for cd7ebe5
db/upgradelib.php
@@ -195,9 +195,7 @@ function moodle5_top_category() {
195
mtrace('CodeRunner: creating new system question bank');
196
$newmod = question_bank_helper::create_default_open_instance($course, $bankname, question_bank_helper::TYPE_SYSTEM);
197
}
198
- $CFG->upgraderunning = $savedupgradestatus;
199
} catch (Exception $e) {
200
201
throw new coding_exception('Upgrade failed: error creating system question bank');
202
203
$newtopcategory = question_get_top_category($newmod->context->id, true);
0 commit comments