Index: modules/statistics.module =================================================================== RCS file: /cvs/drupal/drupal/modules/statistics.module,v retrieving revision 1.193 diff -u -r1.193 statistics.module --- modules/statistics.module 19 May 2005 19:05:27 -0000 1.193 +++ modules/statistics.module 27 May 2005 11:19:38 -0000 @@ -91,7 +91,7 @@ $links = array(); - if ($type != 'comment' && variable_get('statistics_display_counter', 0)) { + if ($type != 'comment' && variable_get('statistics_display_counter', 0) && user_access('access statistics')) { $statistics = statistics_get($node->nid); if ($statistics) { $links[] = format_plural($statistics['totalcount'], '1 read', '%count reads');