From: Alexandre Emsenhuber Date: Sat, 25 Jun 2011 19:13:40 +0000 (+0000) Subject: Fix comment from r79430; pointed out by Emufarmers X-Git-Tag: 1.31.0-rc.0~29280 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=aaf9e98c88cd191a45f5038b43174c02aff952a1;p=lhc%2Fweb%2Fwiklou.git Fix comment from r79430; pointed out by Emufarmers --- diff --git a/includes/ViewCountUpdate.php b/includes/ViewCountUpdate.php index c81ae83114..0642b6308d 100644 --- a/includes/ViewCountUpdate.php +++ b/includes/ViewCountUpdate.php @@ -21,7 +21,7 @@ */ /** - * Update for the 'page_counter' field, when $wgDisableCounters is true. + * Update for the 'page_counter' field, when $wgDisableCounters is false. * * Depending on $wgHitcounterUpdateFreq, this will directly increment the * 'page_counter' field or use the 'hitcounter' table and then collect the data