From aaf9e98c88cd191a45f5038b43174c02aff952a1 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 25 Jun 2011 19:13:40 +0000 Subject: [PATCH] Fix comment from r79430; pointed out by Emufarmers --- includes/ViewCountUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1