Caused by: http://drupal.org/node/30984
I found this while working on the user permissions patch over at http://drupal.org/node/73874.
user_filters() wasn't updated for the new hook_perm() format, and was using the description instead of the permission name in a LIKE query... Obviously this doesn't work very well.
| Comment | File | Size | Author |
|---|---|---|---|
| permission_description_regression.patch | 835 bytes | bdragon |
Comments
Comment #1
webchickThis is a dupe of http://drupal.org/node/226501