r103534 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103533‎ | r103534 | r103535 >
Date:00:24, 18 November 2011
Author:khorn
Status:ok
Tags:
Comment:
GlobalCollect command-line orphan rectifier: Removing a hard-coded path so it will work on machines that aren't mine.
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/scripts/orphans.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/scripts/orphans.php
@@ -5,7 +5,7 @@
66 //TODO: Something that is not specific to anybody's install, here.
77 global $IP;
88 if ( !isset($IP) ) {
9 - $IP = '/var/www/wikimedia-dev';
 9+ $IP = '../../../../';
1010 }
1111 require_once( "$IP/maintenance/Maintenance.php" );
1212

Status & tagging log