r97110 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r97109
|
r97110
|
r97111
>
Date:
22:46, 14 September 2011
Author:
aaron
Status:
ok
Tags:
Comment:
Killed annoying chdir() in getMediaWikiCli
Modified paths:
/trunk/tools/mwmultiversion/multiversion/MWVersion.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/tools/mwmultiversion/multiversion/MWVersion.php
—
—
@@ -90,7 +90,6 @@
91
91
# Get the correct MediaWiki path based on this version...
92
92
$IP = dirname( dirname( __FILE__ ) ) . "/$version";
93
93
94
- chdir( $IP );
95
94
putenv( "MW_INSTALL_PATH=$IP" );
96
95
97
96
return "$IP/$file";
Status & tagging log
11:34, 20 September 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r97110
[
removed:
new
added:
ok]