Don't disable site stats when page counters are disabled; this breaks article page...
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 25 May 2003 05:46:51 +0000 (05:46 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 25 May 2003 05:46:51 +0000 (05:46 +0000)
includes/SiteStatsUpdate.php

index 3661dca..61ca846 100644 (file)
@@ -14,9 +14,6 @@ class SiteStatsUpdate {
 
        function doUpdate()
        {
-               global $wgDisableCounters;
-               if ( $wgDisableCounters ) { return; }
-
                $a = array();
 
                if ( $this->mViews < 0 ) { $m = "-1"; }