From ba5cf138d20b5e79f3bb607870143313c08da4c6 Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 3 Feb 2015 07:49:49 +0000 Subject: [PATCH] Remove explicit require of ExternalStoreDB.php AutoLoader should take care of this. Change-Id: Iabe335cd14e2739df9c184d6ab2e6ee98205b550 --- maintenance/storage/moveToExternal.php | 1 - 1 file changed, 1 deletion(-) 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'; -- 2.20.1