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

cfuller12’s picture

Status: Active » Fixed

This is fixed in the latest release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.