Index: trunk/phase3/includes/installer/WebInstallerPage.php |
— | — | @@ -1041,7 +1041,7 @@ |
1042 | 1042 | // Pop up a dialog box, to make it difficult for the user to forget |
1043 | 1043 | // to download the file |
1044 | 1044 | $lsUrl = $GLOBALS['wgServer'] . $this->parent->getURL( array( 'localsettings' => 1 ) ); |
1045 | | - $this->parent->request->response()->header( "Refresh: 0;$lsUrl" ); |
| 1045 | + $this->parent->request->response()->header( "Refresh: 0;url=$lsUrl" ); |
1046 | 1046 | |
1047 | 1047 | $this->startForm(); |
1048 | 1048 | $this->parent->disableLinkPopups(); |