mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
mnethosturl was never being restored. Detected while checking MDL-9309
Merged from MOODLE_18_STABLE
This commit is contained in:
parent
b423cff11a
commit
6b8b4bcf86
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user