diff --git a/backup/restorelib.php b/backup/restorelib.php index 9b8229b5348..087bb336ec1 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;