Index: trunk/phase3/includes/installer/WebInstaller.php |
— | — | @@ -118,7 +118,8 @@ |
119 | 119 | $this->exportVars(); |
120 | 120 | $this->setupLanguage(); |
121 | 121 | |
122 | | - if( $this->getVar( '_InstallDone' ) && $this->request->getVal( 'localsettings' ) ) |
| 122 | + if( ( $this->getVar( '_InstallDone' ) || $this->getVar( '_UpgradeDone' ) ) |
| 123 | + && $this->request->getVal( 'localsettings' ) ) |
123 | 124 | { |
124 | 125 | $this->request->response()->header( 'Content-type: text/plain' ); |
125 | 126 | $this->request->response()->header( |