From: Reedy Date: Tue, 3 Feb 2015 07:49:49 +0000 (+0000) Subject: Remove explicit require of ExternalStoreDB.php X-Git-Tag: 1.31.0-rc.0~12521^2 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=ba5cf138d20b5e79f3bb607870143313c08da4c6;p=lhc%2Fweb%2Fwiklou.git Remove explicit require of ExternalStoreDB.php AutoLoader should take care of this. Change-Id: Iabe335cd14e2739df9c184d6ab2e6ee98205b550 --- diff --git a/maintenance/storage/moveToExternal.php b/maintenance/storage/moveToExternal.php index 348fb773b4..ab59cb8d0a 100644 --- a/maintenance/storage/moveToExternal.php +++ b/maintenance/storage/moveToExternal.php @@ -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';