From 114bb7a60ac2164a7854e742cfc4383ebdb23a14 Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Tue, 29 Jul 2008 13:33:14 +0000 Subject: [PATCH] MDL-15875: Missing break; in switch --- backup/restorelib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backup/restorelib.php b/backup/restorelib.php index c822fa4c0f..dd9dab17e9 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -5629,6 +5629,7 @@ define('RESTORE_GROUPS_GROUPINGS', 3); break; case "GROUPMEMBERSONLY": $this->info->tempmod->groupmembersonly = $this->getContents(); + break; case "IDNUMBER": $this->info->tempmod->idnumber = $this->getContents(); break; -- 2.39.5