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

gielfeldt’s picture

Probably :-)

gielfeldt’s picture

Status: Active » Fixed

Committed to dev (6+7)

Status: Fixed » Closed (fixed)

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