From: moodler Date: Tue, 27 Jan 2004 11:57:10 +0000 (+0000) Subject: Fixed tiny bug for courses without groups X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=66ee479190cada272addd292edbae0d6e81022df;p=moodle.git Fixed tiny bug for courses without groups --- 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;