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 @@
6
6
//TODO: Something that is not specific to anybody's install, here.
7
7
global $IP;
8
8
if ( !isset($IP) ) {
9
- $IP = '/var/www/wikimedia-dev';
9
+ $IP = '../../../../';
10
10
}
11
11
require_once( "$IP/maintenance/Maintenance.php" );
12
12
Status & tagging log
00:32, 18 November 2011
Awjrichards
(
talk
|
contribs
)
changed the
status
of r103534
[
removed:
new
added:
ok]