Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2008 at 02:23 UTC
Updated:
19 Mar 2008 at 02:46 UTC
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