mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue