Braces and spaces
[lhc/web/wiklou.git] / maintenance / commandLine.inc
index 332527b..0720e76 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Backwards-compatibility wrapper for old-style maintenance scripts
  */
-require( dirname(__FILE__) . '/Maintenance.php' );
+require( dirname( __FILE__ ) . '/Maintenance.php' );
 
 if ( !isset( $optionsWithArgs ) ) {
     $optionsWithArgs = array();