Closed (fixed)
Project:
Knurl
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 18:49 UTC
Updated:
3 May 2009 at 14:20 UTC
Knurl's access permissions could be worded better so that Knurl (the module) is differentiated from Knurl URLs. I suggest:
/**
* Implementation of hook_perm().
*/
function knurl_perm() {
return array('create knurl URLs', 'access knurl', 'remove knurl URLs');
}
Comments
Comment #1
cfuller12 commentedThis is fixed in the latest release.