N°9144 Fix back from module choice

This commit is contained in:
Timothee
2026-02-23 15:03:31 +01:00
committed by Eric Espie
parent 150094341f
commit 773501baed

View File

@@ -176,6 +176,8 @@ class WizStepModulesChoice extends WizardStep
}
}
//Unused when going backward
return new WizardState(WizStepModulesChoice::class, ($index - 1));
}
public function Display(WebPage $oPage)