﻿--- block_edit_dev.module	2010-07-07 11:01:12.000000000 -0300
+++ block_edit.module	2010-07-07 11:01:23.000000000 -0300
@@ -28,7 +28,7 @@ function block_edit_menu() {
  * Implementation of hook_perm().
  */
 function block_edit_perm() {
-  return array('view block edit links', 'view node edit links');
+  return array('view block edit links', 'view node edit links', 'administer block_edit');
 }
 
 /**
