Index: modules/statistics.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/statistics.module,v
retrieving revision 1.212
diff -u -F^f -r1.212 statistics.module
--- modules/statistics.module	13 Nov 2005 02:40:18 -0000	1.212
+++ modules/statistics.module	13 Dec 2005 16:49:28 -0000
@@ -1,5 +1,5 @@
 <?php
-// $Id: statistics.module,v 1.212 2005-11-13 02:40:18 unconed Exp $
+// $Id: statistics.module,v 1.212 2005/11/13 02:40:18 unconed Exp $
 
 /**
  * @file
@@ -96,7 +96,7 @@ function statistics_link($type, $node = 
 
   $links = array();
 
-  if ($type != 'comment' && variable_get('statistics_display_counter', 0)) {
+  if (user_access('access statistics') && $type != 'comment' && variable_get('statistics_display_counter', 0)) {
     $statistics = statistics_get($node->nid);
     if ($statistics) {
       $links[] = format_plural($statistics['totalcount'], '1 read', '%count reads');
