X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=2faf1960ea43b58dffce59fa3106c3f5d1afd089;hb=6df6968d20c01c00ccb1431811b462f8d0711ece;hp=743936e6ad1a310fd3bf144058d401fd896eb70c;hpb=c1abd570c67702bb35f64c439c9afcf81d362174;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index 743936e6ad..2faf1960ea 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -517,6 +517,10 @@ if ( $wgTmpDirectory === false ) { wfProfileOut( $fname . '-tempDir' ); } +// We don't use counters anymore. Left here for extensions still +// expecting this to exist. Should be removed sometime 1.26 or later. +$wgDisableCounters = true; + wfProfileOut( $fname . '-defaults2' ); wfProfileIn( $fname . '-misc1' );