Skip to content

Commit 4311c83

Browse files
author
Carlos Garcia
committed
Refactor action input retrieval to use inputOrQuery method in Wizard class
1 parent 3be6361 commit 4311c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Controller/Wizard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function privateCore(&$response, $user, $permissions)
9595
{
9696
parent::privateCore($response, $user, $permissions);
9797

98-
$action = $this->request->input('action', '');
98+
$action = $this->request->inputOrQuery('action', '');
9999
switch ($action) {
100100
case 'step1':
101101
$this->saveStep1();

0 commit comments

Comments
 (0)