From 59e00f27593ceb6fefa39e877f39f27826a3bbe4 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 25 May 2003 05:46:51 +0000 Subject: [PATCH] Don't disable site stats when page counters are disabled; this breaks article page count etc --- includes/SiteStatsUpdate.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/SiteStatsUpdate.php b/includes/SiteStatsUpdate.php index 3661dca4f6..61ca8464c3 100644 --- a/includes/SiteStatsUpdate.php +++ b/includes/SiteStatsUpdate.php @@ -14,9 +14,6 @@ class SiteStatsUpdate { function doUpdate() { - global $wgDisableCounters; - if ( $wgDisableCounters ) { return; } - $a = array(); if ( $this->mViews < 0 ) { $m = "-1"; } -- 2.20.1