Closed (fixed)
Project:
Mailbuild
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2008 at 04:18 UTC
Updated:
28 May 2008 at 06:41 UTC
mailbuild.module is missing hook_perm. With out this implementation the permission doesn't show up and so you can not administer or use the module.
Here is the hook perm code to fix it.
/**
* Implementation of hook_perm()
* @return array An array of valid permissions
*/
function mailbuild_perm() {
return array('administer mailbuild');
}
Comments
Comment #1
benkant commentedThanks dragonwize. I've created a new release with that fix.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.