You are here

function spaces_core_perm in Spaces 5

Implementation of hook_perm().

File

spaces_core/spaces_core.module, line 211

Code

function spaces_core_perm() {
  return array(
    'add child page to any book',
  );
}