Index: webtrends.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webtrends/webtrends.module,v
retrieving revision 1.4
diff -u -p -w -r1.4 webtrends.module
--- webtrends.module	1 Sep 2010 12:30:26 -0000	1.4
+++ webtrends.module	1 Sep 2010 15:04:29 -0000
@@ -16,7 +16,7 @@ function webtrends_menu() {
     'description' => 'Configure the Webtrends tracking integration settings.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('webtrends_admin_settings_form'),
-    'access arguments' => 'administer site configuration',
+    'access arguments' => array('administer site configuration'),
     'type' => MENU_NORMAL_ITEM,
     'file' => 'webtrends_admin.inc',
   );
