From: stronk7 Date: Thu, 12 Apr 2007 22:18:05 +0000 (+0000) Subject: mnethosturl was never being restored. Detected while checking MDL-9309 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6b8b4bcf86e523554ce52863fdc699e052b40604;p=moodle.git mnethosturl was never being restored. Detected while checking MDL-9309 Merged from MOODLE_18_STABLE --- diff --git a/backup/restorelib.php b/backup/restorelib.php index 9b8229b534..087bb336ec 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -4695,6 +4695,9 @@ case "TRACKFORUMS": $this->info->tempuser->trackforums = $this->getContents(); break; + case "MNETHOSTURL": + $this->info->tempuser->mnethosturl = $this->getContents(); + break; case "TIMEMODIFIED": $this->info->tempuser->timemodified = $this->getContents(); break;