--- context_ui.module	Wed Sep 16 00:59:20 2009
+++ context_ui.module	Tue Dec 15 15:43:40 2009
@@ -2,6 +2,14 @@
 // $Id: context_ui.module,v 1.13.2.48.2.1 2009/05/14 03:55:26 yhahn Exp $
 
 /**
+ * Implementation of hook_perm().
+ */
+function context_ui_perm() {
+  return array('administer context');
+}
+
+
+/**
  * Implementation of hook_theme().
  */
 function context_ui_theme() {
@@ -152,7 +160,7 @@
   );
   foreach ($items as $path => $item) {
     $items[$path]['access callback'] = 'user_access';
-    $items[$path]['access arguments'] = array('administer site configuration');
+    $items[$path]['access arguments'] = array('administer context');
     $items[$path]['file'] = 'context_ui.admin.inc';
   }
   return $items;
