Closed (fixed)
Project:
DigiD
Version:
6.x-0.1-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2010 at 13:46 UTC
Updated:
16 Jun 2010 at 11:00 UTC
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
Comment #1
rikvd commentedfixed in: digid 6.x-1.0