In the gss.module file the access argument is currently set to:
'access arguments' => array('administer site settings'),
- which will not work.
Had to disable the module, change the line to:
'access arguments' => array('administer site configuration'),
Re-enable, and it worked.
Comments
Comment #1
dhavyd commentedThank you for your bug report and solution... This issue is fixed on version 6.x-1.1...