From c8b2aa1ac4780f67551862be81096948bff1c92b Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 3 Feb 2015 08:06:03 +0000 Subject: [PATCH] Remove unused REPORTING_INTERVAL from resolveStubs.php It causes a notice when moveToExternal.php is run Change-Id: I50429742f87ab13a5428cbc282c2ce7eda37f714 --- maintenance/storage/resolveStubs.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/maintenance/storage/resolveStubs.php b/maintenance/storage/resolveStubs.php index 290f1649de..36741cb2bc 100644 --- a/maintenance/storage/resolveStubs.php +++ b/maintenance/storage/resolveStubs.php @@ -22,8 +22,6 @@ * @ingroup Maintenance ExternalStorage */ -define( 'REPORTING_INTERVAL', 100 ); - if ( !defined( 'MEDIAWIKI' ) ) { $optionsWithArgs = array( 'm' ); -- 2.20.1