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

This commit is contained in:
stronk7
2007-04-12 22:16:10 +00:00
parent 5aeaecaa1e
commit e3494d2af5
+3
View File
@@ -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;