N°9412 - Screen Analysis results wip + test endpoint

This commit is contained in:
Eric Espie
2026-05-07 12:25:18 +02:00
parent fdaa96c688
commit 65e590b12b
9 changed files with 154 additions and 43 deletions

View File

@@ -99,6 +99,7 @@ class RunTimeEnvironment
$this->sBuildEnv = $sEnvironment.'-build';
}
$this->oExtensionsMap = null;
SetupLog::Enable(APPROOT.'log/setup.log');
}
/**
@@ -1566,7 +1567,7 @@ class RunTimeEnvironment
public function ExitMaintenanceMode(): void
{
if (SetupUtils::IsInMaintenanceMode()){
if (SetupUtils::IsInMaintenanceMode()) {
SetupUtils::ExitMaintenanceMode();
}
}