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 @@
138138 // Don't just put $IP, because the recursive dir thingie goes into all subdirs
139139 $dirs = array(
140140 $IP . '/includes',
141 - $IP . '/config',
 141+ $IP . '/mw-config',
142142 $IP . '/languages',
143143 $IP . '/maintenance',
144144 $IP . '/skins',

Status & tagging log