]> git.mjollnir.org Git - moodle.git/commitdiff
mnethosturl was never being restored. Detected while checking MDL-9309
authorstronk7 <stronk7>
Thu, 12 Apr 2007 22:18:05 +0000 (22:18 +0000)
committerstronk7 <stronk7>
Thu, 12 Apr 2007 22:18:05 +0000 (22:18 +0000)
Merged from MOODLE_18_STABLE

backup/restorelib.php

index 9b8229b534821f594a4cebe5aacb5bea4439bdf3..087bb336ec15a0680221d96297719532460bddb0 100644 (file)
                         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;