Fix up paths so you can call these scripts from base dir
[lhc/web/wiklou.git] / maintenance / storage / resolveStubs.php
index 973b7b0..6836ae6 100644 (file)
@@ -5,7 +5,7 @@ define( 'REPORTING_INTERVAL', 100 );
 if ( !defined( 'MEDIAWIKI' ) ) {
        $optionsWithArgs = array( 'm' );
 
-       require_once( '../commandLine.inc' );
+       require_once( dirname(__FILE__) . '/../commandLine.inc' );
        require_once( 'includes/ExternalStoreDB.php' );
 
        resolveStubs();