You are here

function workbench_access_install_form_submit in Workbench Access 7

Install the sample configuration.

File

./workbench_access.admin.inc, line 1067
Workbench Access admin file.

Code

function workbench_access_install_form_submit(&$form, &$form_state) {
  $form_state['redirect'] = $form_state['values']['path'];
  workbench_access_example_taxonomy();
}