Skip to content

Commit 5363d80

Browse files
authored
CI cleanup
1 parent 2b18b7f commit 5363d80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

externallib.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public static function backup_course($id, $backuptype) {
6868
if ($backuptype != 'course' && $backuptype != 'quiz') {
6969
throw new moodle_exception('Backup type paramater is invalid');
7070
}
71-
7271
if ($backuptype == 'quiz') {
7372
$qcm = get_coursemodule_from_id('quiz', $id, 0, false, MUST_EXIST);
7473
$courseid = $qcm->course;

0 commit comments

Comments
 (0)