You are here

function gallery_assist_ui_perm in Gallery Assist 6

Implementation of hook_perm()

File

modules/gallery_assist_ui/gallery_assist_ui.module, line 18

Code

function gallery_assist_ui_perm() {
  $perm = array(
    'access sort images tab',
    'access overwrite node settings',
  );
  return $perm;
}