You are here

function workbench_create_access in Workbench 7

Controls access to admin/workbench/create

1 string reference to 'workbench_create_access'
workbench_menu in ./workbench.module
Implements hook_menu().

File

./workbench.module, line 69
Workbench module file for editorial workspaces.

Code

function workbench_create_access() {
  return user_access('access workbench') && _node_add_access();
}