diff --git a/Controller/Component/WizardComponent.php b/Controller/Component/WizardComponent.php index 87980a6..7c9ac72 100644 --- a/Controller/Component/WizardComponent.php +++ b/Controller/Component/WizardComponent.php @@ -555,6 +555,7 @@ public function redirect($step = null, $status = null, $exit = true) { $step = $this->_getExpectedStep(); } $url = array( + 'controller' => $this->controller->name, 'action' => $this->action, $step );