From: Platonides Date: Mon, 10 Dec 2012 22:55:27 +0000 (+0100) Subject: ExternalStoreDB.php was moved to externalstore folder in c37937 X-Git-Tag: 1.31.0-rc.0~21340^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=264e4664f70095fc5ac9afdeb9d6ace25ac24690;p=lhc%2Fweb%2Fwiklou.git ExternalStoreDB.php was moved to externalstore folder in c37937 (revision cbc28d41ae) Change-Id: I44c6c20de0a6066e035b76b3d6d62f242a175c15 --- 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';