From: Rotem Liss Date: Sun, 12 Nov 2006 16:33:29 +0000 (+0000) Subject: Fixing the commandLine.inc inclusion to be like the other files. X-Git-Tag: 1.31.0-rc.0~55206 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=a8c01562d5f68c3ae648cd667771f832bb079637;p=lhc%2Fweb%2Fwiklou.git Fixing the commandLine.inc inclusion to be like the other files. --- diff --git a/maintenance/language/transstat.php b/maintenance/language/transstat.php index 590da12194..3b4e82548a 100644 --- a/maintenance/language/transstat.php +++ b/maintenance/language/transstat.php @@ -12,7 +12,7 @@ * http://meta.wikimedia.org/wiki/Localization_statistics */ -require_once( 'maintenance/commandLine.inc' ); +require_once( dirname(__FILE__).'/../commandLine.inc' ); require_once( 'languages.inc' ); if ( isset( $options['help'] ) ) {