r103542 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103541‎ | r103542 | r103543 >
Date:00:42, 18 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix installer bug setting wgScriptPath to ""

Copy showMessage and the return true out of trunk
Modified paths:
  • /branches/REL1_18/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/installer/Installer.php
@@ -856,9 +856,8 @@
857857 $IP = dirname( dirname( dirname( __FILE__ ) ) );
858858
859859 $this->setVar( 'IP', $IP );
860 -
861 - $uri = preg_replace( '{^(.*)/(mw-)?config.*$}', '$1', $path );
862 - $this->setVar( 'wgScriptPath', $uri );
 860+ $this->showMessage( 'config-using-uri', $this->getVar( 'wgServer' ), $this->getVar( 'wgScriptPath' ) );
 861+ return true;
863862 }
864863
865864 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r103543Kill REL1_18_0rc1 (again) after r103542reedy00:44, 18 November 2011

Status & tagging log