In the code hook perm is defined as

/**
 * Implementation of hook_perm().
 */
function hook_perm() {
  return array('access DigiD administration page');
}

this should be

/**
 * Implementation of hook_perm().
 */
function digid_perm() {
  return array('access DigiD administration page');
}

Comments

rikvd’s picture

Status: Active » Fixed

fixed in: digid 6.x-1.0

Status: Fixed » Closed (fixed)

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