You are here

function workflow_admin_ui_update_7000 in Workflow 7

Patch for #1540824 requires that the menu be rebuilt.

File

workflow_admin_ui/workflow_admin_ui.install, line 30
Install, update and uninstall functions for the workflow_admin_ui module.

Code

function workflow_admin_ui_update_7000(&$sandbox) {
  menu_rebuild();
  return t('Workflow_admin_ui requested a menu rebuild.');
}