mnethosturl was never being restored. Detected while checking MDL-9309
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user