Skip to content

Commit 0cd6605

Browse files
author
Seok93
committed
Controller指定
1 parent 9ed9411 commit 0cd6605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Component/MultiStepFormCoreComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ protected function redirectFisrt()
359359
{
360360
$this->controller->Flash->error(__('It is over the post max size'));
361361
$passedArgs = $this->request->getParam('pass');
362-
$redirectUrl = ['action' => $this->action];
362+
$redirectUrl = ['controller' => $this->request->controller, 'action' => $this->action];
363363
if (!empty($passedArgs)) {
364364
foreach ($passedArgs as $arg) {
365365
$redirectUrl[] = $arg;

0 commit comments

Comments
 (0)