From: Reedy Date: Tue, 3 Feb 2015 08:06:03 +0000 (+0000) Subject: Remove unused REPORTING_INTERVAL from resolveStubs.php X-Git-Tag: 1.31.0-rc.0~12523^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=c8b2aa1ac4780f67551862be81096948bff1c92b;p=lhc%2Fweb%2Fwiklou.git Remove unused REPORTING_INTERVAL from resolveStubs.php It causes a notice when moveToExternal.php is run Change-Id: I50429742f87ab13a5428cbc282c2ce7eda37f714 --- 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' );