Access to the settings page is controlled by the "Administer comment_notify" permission, but there's no hook_perm() declaring the permission. The module should either implement hook_perm() (I don't think that's necessary) or remove the access check from hook_menu().
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | rename_add_perm_222740.patch | 1.13 KB | greggles |
Comments
Comment #1
gregglesWhich way do you think it should go? I'd be happy to just leave it with "administer site configuration" level permissions.
Comment #2
gregglesHere's a patch which renames the permission and actually declares it.
Comment #3
gregglesGiven the feedback in http://drupal.org/node/225533 I committed this to the 5.x branch.
Comment #4
junyor commentedSorry about not getting back to you! Apparently I wasn't subscribed to Comment Notify issues properly.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.