r75378 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75377‎ | r75378 | r75379 >
Date:20:10, 25 October 2010
Author:platonides
Status:deferred
Tags:
Comment:
Folllow up r73381. Add ../.. path as mentioned in CR.
Modified paths:
  • /trunk/extensions/Maps/test/commandLine.inc (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/test/commandLine.inc
@@ -13,7 +13,7 @@
1414 $IP = getenv( 'MW_INSTALL_PATH' );
1515 } else {
1616 $IP = false;
17 - foreach( array( '../../../phase3', '../../../smw' ) as $rel ) {
 17+ foreach( array( '../../../phase3', '../../../smw', '../..' ) as $rel ) {
1818 if ( file_exists( dirname( __FILE__ ) . "/$rel/maintenance/commandLine.inc" ) ) {
1919 $IP = dirname( __FILE__ ) . "/$rel";
2020 break;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73381Follow up r72799, using MW_INSTALL_PATH and moving the logic to find maintena...platonides15:38, 20 September 2010

Status & tagging log