Merge "tablesorter: Keyboard accessibility for sort headers."
[lhc/web/wiklou.git] / maintenance / storage / checkStorage.php
index 632e04a..03dc113 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 if ( !defined( 'MEDIAWIKI' ) ) {
-       require_once( __DIR__ . '/../commandLine.inc' );
+       require_once __DIR__ . '/../commandLine.inc';
 
        $cs = new CheckStorage;
        $fix = isset( $options['fix'] );