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 2b18b7f commit 5363d80Copy full SHA for 5363d80
externallib.php
@@ -68,7 +68,6 @@ public static function backup_course($id, $backuptype) {
68
if ($backuptype != 'course' && $backuptype != 'quiz') {
69
throw new moodle_exception('Backup type paramater is invalid');
70
}
71
-
72
if ($backuptype == 'quiz') {
73
$qcm = get_coursemodule_from_id('quiz', $id, 0, false, MUST_EXIST);
74
$courseid = $qcm->course;
0 commit comments