I think line 53 should be:
return array('administer user alert', 'create user alert', 'edit any user alert', 'delete any user alert');
Instead of:
return array('administer user alert');
I think line 53 should be:
return array('administer user alert', 'create user alert', 'edit any user alert', 'delete any user alert');
Instead of:
return array('administer user alert');
Comments
Comment #1
kevinquillen commentedI initially had that, but I was told in CVS application that that would not be necessary. Do those permissions not show up?
Comment #2
kevinquillen commentedComment #3
Anonymous (not verified) commentedThey don't show up for me. Adding the other permissions to the array adds them to the permissions screen. Admittedly, I don't have a ton of experience building modules from scratch so I'm not entirely certain that the above code is completely correct.
Comment #4
kevinquillen commentedI mean, without them defined in the code, they do not show up in the node permissions list? It was a last minute change and I was told it wasn't necessary. I will test this out and if true, I will add them back for a future update.
Comment #5
Anonymous (not verified) commentedCorrect, without the permissions defined in the code, they aren't showing up for me in the permissions section of the admin area.
Comment #6
kevinquillen commentedOkay, I will make the fix. Thanks.
Comment #7
kevinquillen commentedAdded in latest release.
Comment #8
kevinquillen commented