mnethosturl was never being restored. Detected while checking MDL-9309

Merged from MOODLE_18_STABLE
This commit is contained in:
stronk7 2007-04-12 22:18:05 +00:00
parent b423cff11a
commit 6b8b4bcf86

View File

@ -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;