https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103538

Revision: 103538
Author:   khorn
Date:     2011-11-18 00:30:12 +0000 (Fri, 18 Nov 2011)
Log Message:
-----------
MFT 103534

Modified Paths:
--------------
    
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/scripts/orphans.php

Modified: 
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/scripts/orphans.php
===================================================================
--- 
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/scripts/orphans.php
        2011-11-18 00:28:15 UTC (rev 103537)
+++ 
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/scripts/orphans.php
        2011-11-18 00:30:12 UTC (rev 103538)
@@ -5,7 +5,7 @@
 //TODO: Something that is not specific to anybody's install, here. 
 global $IP;
 if ( !isset($IP) ) {
-       $IP = '/var/www/wikimedia-dev';
+       $IP = '../../../../';
 }
 require_once( "$IP/maintenance/Maintenance.php" );
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to