r106826 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106825‎ | r106826 | r106827 >
Date:17:46, 20 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Add an extra .. to the 2 maintenance scripts

Ping r106825
Modified paths:
  • /trunk/extensions/AntiSpoof/maintenance/batchAntiSpoof.php (modified) (history)
  • /trunk/extensions/AntiSpoof/maintenance/generateEquivset.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AntiSpoof/maintenance/generateEquivset.php
@@ -2,7 +2,7 @@
33
44 $IP = getenv( 'MW_INSTALL_PATH' );
55 if ( $IP === false ) {
6 - $IP = dirname( __FILE__ ) . '/../..';
 6+ $IP = dirname( __FILE__ ) . '/../../..';
77 }
88 require( "$IP/maintenance/Maintenance.php" );
99
Index: trunk/extensions/AntiSpoof/maintenance/batchAntiSpoof.php
@@ -3,7 +3,7 @@
44
55 $IP = getenv( 'MW_INSTALL_PATH' );
66 if ( $IP === false ) {
7 - $IP = dirname( __FILE__ ) . '/../..';
 7+ $IP = dirname( __FILE__ ) . '/../../..';
88 }
99 require( "$IP/maintenance/Maintenance.php" );
1010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106825Move maintenance scripts and related files into maintenance/...reedy17:45, 20 December 2011

Status & tagging log