- pass workflow id as workflowid to WorkflowMgr.php

This commit is contained in:
steinm 2013-01-24 16:47:27 +00:00
parent 4c5106e828
commit 5fbfb6ec8a

View File

@ -56,5 +56,5 @@ if($workflow->removeTransition($transition)) {
add_log_line("?workflow=".$workflow->getID()."&transition".$transition->getID());
header("Location:../out/out.WorkflowMgr.php?workflow=".$workflow->getID());
header("Location:../out/out.WorkflowMgr.php?workflowid=".$workflow->getID());
?>