(bug 18855) Consistently call commandLine.inc with how we more or less do it now.
[lhc/web/wiklou.git] / maintenance / language / date-formats.php
index 834d2bd..7adccf7 100644 (file)
@@ -8,7 +8,7 @@ $ts = '20010115123456';
 
        
 $IP = dirname( __FILE__ ) . '/../..';
-require_once( "$IP/maintenance/commandLine.inc" );
+require_once( dirname(__FILE__).'/../commandLine.inc' );
 
 foreach ( glob( "$IP/languages/messages/Messages*.php" ) as $filename ) {
        $base = basename( $filename );