Index: blocktheme.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/blocktheme/blocktheme.module,v
retrieving revision 1.1.2.2.2.3
diff -u -p -r1.1.2.2.2.3 blocktheme.module
--- blocktheme.module	5 Jul 2008 10:55:29 -0000	1.1.2.2.2.3
+++ blocktheme.module	20 Dec 2008 17:32:58 -0000
@@ -7,7 +7,7 @@ function blocktheme_menu() {
     'description' => t('Allows the admin to define re-usable block templates that can be configured from block config screen'),
     'page callback' => 'drupal_get_form',
     'page arguments' => array('blocktheme_admin_settings'),
-    'access arguments' => array('administer access control')
+    'access arguments' => array('administer site configuration'),
   );
   return $items;
 }
