From 264e4664f70095fc5ac9afdeb9d6ace25ac24690 Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 10 Dec 2012 23:55:27 +0100 Subject: [PATCH] ExternalStoreDB.php was moved to externalstore folder in c37937 (revision cbc28d41ae) Change-Id: I44c6c20de0a6066e035b76b3d6d62f242a175c15 --- maintenance/storage/moveToExternal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/storage/moveToExternal.php b/maintenance/storage/moveToExternal.php index 2dcc25c22c..e4a2a453ec 100644 --- a/maintenance/storage/moveToExternal.php +++ b/maintenance/storage/moveToExternal.php @@ -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'; -- 2.20.1