From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- maintenance/storage/moveToExternal.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'maintenance/storage/moveToExternal.php') diff --git a/maintenance/storage/moveToExternal.php b/maintenance/storage/moveToExternal.php index 2dcc25c2..1049e0cc 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'; @@ -124,5 +124,3 @@ function moveToExternal( $cluster, $maxID, $minID = 1 ) { } } } - - -- cgit v1.2.2