From 66ee479190cada272addd292edbae0d6e81022df Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 27 Jan 2004 11:57:10 +0000 Subject: [PATCH] Fixed tiny bug for courses without groups --- backup/restorelib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backup/restorelib.php b/backup/restorelib.php index 52cd6746e7..00f6b4f6c9 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -778,6 +778,7 @@ global $CFG, $db; $status = true; + $status2 = true; //Check it exists if (!file_exists($xml_file)) { $status = false; -- 2.39.5