The list of declared permissions is wrong. "assign profiles to profiles" should be "assign access to profiles". Here is a patch, also attached.

--- simple_access-6-x-2-0.module        2009-12-21 20:23:11.000000000 -0500
+++ simple_access.module        2009-12-21 20:21:53.000000000 -0500
@@ -127,7 +127,7 @@
  * Implementation of hook_perm().
  */
 function simple_access_perm() {
-  return array('manage simple access', 'assign access to nodes', 'assign profiles to profiles', 'assign owner permissions');
+  return array('manage simple access', 'assign access to nodes', 'assign access to profiles', 'assign owner permissions');
 }

 /**

CommentFileSizeAuthor
simple_access-6-x-2-0.patch483 bytestherzog
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ahjota’s picture

Status: Active » Needs review

This should be rolled into the module.