diff --git a/setup/feature_removal/SetupAudit.php b/setup/feature_removal/SetupAudit.php index b3e362677..3919a5f6a 100644 --- a/setup/feature_removal/SetupAudit.php +++ b/setup/feature_removal/SetupAudit.php @@ -2,7 +2,6 @@ namespace Combodo\iTop\Setup\FeatureRemoval; - require_once __DIR__.'/AbstractSetupAudit.php'; require_once APPROOT.'setup/feature_removal/ModelReflectionSerializer.php'; diff --git a/setup/wizardcontroller.class.inc.php b/setup/wizardcontroller.class.inc.php index 0c90181c2..d896289e3 100644 --- a/setup/wizardcontroller.class.inc.php +++ b/setup/wizardcontroller.class.inc.php @@ -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