mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
N°9412 - Screen Analysis results wip + test endpoint
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user