diff --git a/backup/restorelib.php b/backup/restorelib.php index 836e173a977..cd497fc086a 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -4684,6 +4684,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;