From 9875bae730fb9c2fd1769ae1ce9620cef0863d00 Mon Sep 17 00:00:00 2001 From: Timothee Date: Tue, 17 Feb 2026 13:54:31 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B09144=20CS=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/feature_removal/SetupAudit.php | 1 - setup/wizardcontroller.class.inc.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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