r88181 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r88180
|
r88181
|
r88182
>
Date:
14:15, 15 May 2011
Author:
ialex
Status:
ok
Tags:
Comment:
Fix directory name, mw-config, not config
Modified paths:
/trunk/phase3/maintenance/checkSyntax.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/checkSyntax.php
—
—
@@ -137,7 +137,7 @@
138
138
// Don't just put $IP, because the recursive dir thingie goes into all subdirs
139
139
$dirs = array(
140
140
$IP . '/includes',
141
- $IP . '/config',
141
+ $IP . '/mw-config',
142
142
$IP . '/languages',
143
143
$IP . '/maintenance',
144
144
$IP . '/skins',
Status & tagging log
17:49, 15 May 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r88181
[
removed:
new
added:
ok]