Closed (fixed)
Project:
Cache Graceful
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2012 at 09:39 UTC
Updated:
9 Jul 2012 at 19:01 UTC
function cache_graceful_menu() {
$items = array();
$items['admin/config/system/cache_graceful'] = array(
...
'access arguments' => array('administer site'),
);
return $items;
}There is no hook_perm() that defines "administer site". Did you mean "administer site configuration"?
Comments
Comment #1
gielfeldt commentedProbably :-)
Comment #2
gielfeldt commentedCommitted to dev (6+7)