r79503 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79502‎ | r79503 | r79504 >
Date:02:05, 3 January 2011
Author:tstarling
Status:ok
Tags:
Comment:
Refresh header fix for Opera, as in r79498
Modified paths:
  • /trunk/phase3/includes/installer/WebInstallerPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstallerPage.php
@@ -1041,7 +1041,7 @@
10421042 // Pop up a dialog box, to make it difficult for the user to forget
10431043 // to download the file
10441044 $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" );
10461046
10471047 $this->startForm();
10481048 $this->parent->disableLinkPopups();

Follow-up revisions

RevisionCommit summaryAuthorDate
r797191.17: MFT r78078, r78285, r78787, r79246, r79358, r79480, r79481, r79491, r79...catrope14:15, 6 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79498* (bug 26537) ExtensionDistributor download fix for Opera...brion19:45, 2 January 2011

Status & tagging log