We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed9411 commit 0cd6605Copy full SHA for 0cd6605
src/Controller/Component/MultiStepFormCoreComponent.php
@@ -359,7 +359,7 @@ protected function redirectFisrt()
359
{
360
$this->controller->Flash->error(__('It is over the post max size'));
361
$passedArgs = $this->request->getParam('pass');
362
- $redirectUrl = ['action' => $this->action];
+ $redirectUrl = ['controller' => $this->request->controller, 'action' => $this->action];
363
if (!empty($passedArgs)) {
364
foreach ($passedArgs as $arg) {
365
$redirectUrl[] = $arg;
0 commit comments