Merge "ExternalStoreDB.php was moved to externalstore folder in c37937"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 10 Dec 2012 23:09:43 +0000 (23:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 10 Dec 2012 23:09:43 +0000 (23:09 +0000)
maintenance/storage/moveToExternal.php

index 2dcc25c..e4a2a45 100644 (file)
@@ -25,7 +25,7 @@ define( 'REPORTING_INTERVAL', 1 );
 
 if ( !defined( 'MEDIAWIKI' ) ) {
        require_once( __DIR__ . '/../commandLine.inc' );
-       require_once( __DIR__ . '/../../includes/ExternalStoreDB.php' );
+       require_once( __DIR__ . '/../../includes/externalstore/ExternalStoreDB.php' );
        require_once( 'resolveStubs.php' );
 
        $fname = 'moveToExternal';