mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-06 17:44:12 +01:00
N°9144 CS fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user