r63900 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63899‎ | r63900 | r63901 >
Date:05:38, 18 March 2010
Author:tstarling
Status:ok
Tags:
Comment:
Fixed inappropriate include_path dependency. From WMF working copy hack.
Modified paths:
  • /trunk/phase3/maintenance/dumpInterwiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/dumpInterwiki.php
@@ -14,7 +14,7 @@
1515
1616 $optionsWithArgs = array( "o" );
1717 require_once( dirname(__FILE__) . '/commandLine.inc' );
18 -require( "dumpInterwiki.inc" );
 18+require( dirname(__FILE__)."/dumpInterwiki.inc" );
1919 chdir( $oldCwd );
2020
2121 # Output

Follow-up revisions

RevisionCommit summaryAuthorDate
r64049* MFT r63764, r63897, r63898, r63899, r63900, r63901, r63902. Most changes ar...tstarling00:06, 23 March 2010
r64051MFT r63764, r63897, r63898, r63899, r63900, r63901, r63902: assorted working ...tstarling01:21, 23 March 2010

Status & tagging log