You are here

function spaces_dashboard_perm in Spaces 6.3

Implementation of hook_perm().

File

spaces_dashboard/spaces_dashboard.module, line 26

Code

function spaces_dashboard_perm() {
  return array(
    'administer dashboards',
  );
}