r82847 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82846‎ | r82847 | r82848 >
Date:12:51, 26 February 2011
Author:maxsem
Status:ok
Tags:
Comment:
Follow-up r82845: fix $wgScriptPath detection.
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -837,7 +837,7 @@
838838 return false;
839839 }
840840
841 - $uri = preg_replace( '{^(.*)/config.*$}', '$1', $path );
 841+ $uri = preg_replace( '{^(.*)/(mw-)?config.*$}', '$1', $path );
842842 $this->setVar( 'wgScriptPath', $uri );
843843 }
844844

Follow-up revisions

RevisionCommit summaryAuthorDate
r828501.17 MFT r82845, r82847, r82848 and r82849 (config/ --> mw-config/)maxsem13:15, 26 February 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82845(bug 1379) Installer directory conflicts with some hosts' configuration panel....maxsem12:35, 26 February 2011

Status & tagging log