From 6b8b4bcf86e523554ce52863fdc699e052b40604 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 12 Apr 2007 22:18:05 +0000 Subject: [PATCH] mnethosturl was never being restored. Detected while checking MDL-9309 Merged from MOODLE_18_STABLE --- backup/restorelib.php | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5