N°9144 CS fix

This commit is contained in:
Timothee
2026-02-17 13:54:31 +01:00
parent 0ace957a45
commit 9875bae730
2 changed files with 1 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ class WizardController
// let the current step save its parameters
$sCurrentStepClass = utils::ReadParam('_class', $this->sInitialStepClass);
$sCurrentState = utils::ReadParam('_state', $this->sInitialState);
$oStep = $this->NewStep($sCurrentStepClass, $sCurrentState);
$oStep = $this->NewStep($sCurrentStepClass, $sCurrentState);
$aNextStepInfo = $oStep->UpdateWizardStateAndGetNextStep(false); // false => Moving backwards
// Display the previous step