Remove explicit require of ExternalStoreDB.php
authorReedy <reedy@wikimedia.org>
Tue, 3 Feb 2015 07:49:49 +0000 (07:49 +0000)
committerPleaseStand <pleasestand@live.com>
Tue, 3 Feb 2015 20:00:07 +0000 (20:00 +0000)
AutoLoader should take care of this.

Change-Id: Iabe335cd14e2739df9c184d6ab2e6ee98205b550

maintenance/storage/moveToExternal.php

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