mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2135 - Setup callbacks for MTP
This commit is contained in:
@@ -2007,7 +2007,7 @@ class Config
|
||||
|
||||
$bReturn = fclose($hFile);
|
||||
|
||||
MetaModel::LoadConfig($this);
|
||||
utils::SetConfig($this);
|
||||
FileLog::RenameLegacyLogFiles();
|
||||
|
||||
return $bReturn;
|
||||
|
||||
@@ -327,6 +327,11 @@ class RunTimeEnvironment
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param Config $oConfig
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function WriteConfigFileSafe($oConfig)
|
||||
{
|
||||
self::MakeDirSafe(APPCONF);
|
||||
|
||||
Reference in New Issue
Block a user