mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°2478 Fix install not working anymore when having no env-*
This commit is contained in:
@@ -6250,6 +6250,9 @@ abstract class MetaModel
|
||||
{
|
||||
self::$m_oConfig = $oConfiguration;
|
||||
|
||||
// N°2478 not necessary (MetaModel should always be called before using cache) but this is a precaution O:)
|
||||
utils::SetConfig($oConfiguration);
|
||||
|
||||
// Set log ASAP
|
||||
if (self::$m_oConfig->GetLogGlobal())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user