We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8730875 + f0b60f7 commit feca270Copy full SHA for feca270
1 file changed
src/Controller/Component/MultiStepFormCoreComponent.php
@@ -358,7 +358,7 @@ protected function displayFirst()
358
protected function redirectFisrt()
359
{
360
$this->controller->Flash->error(__('It is over the post max size'));
361
- return $this->controller->redirect($this->controller->action);
+ return $this->controller->redirect([$this->action]);
362
}
363
364
/**
0 commit comments