Setup fast track

# Conflicts:
#	setup/wizardsteps/WizStepLandingBeforeAudit.php
#	setup/wizardsteps/WizStepWelcome.php
This commit is contained in:
Eric Espie
2026-05-29 17:22:59 +02:00
parent a23b9aa596
commit 1479b4d5ff
6 changed files with 107 additions and 34 deletions

View File

@@ -76,6 +76,10 @@ abstract class WizardStep
{
}
public function PreFormDisplay(SetupPage $oPage)
{
}
protected function CheckDependencies()
{
if (is_null($this->bDependencyCheck)) {