Regresssion of iTop 2.3.0 beta: properly load the metamodel from the environment.

SVN:trunk[4287]
This commit is contained in:
Denis Flaven
2016-07-05 13:37:40 +00:00
parent dee3d55af2
commit 775ed7d437
3 changed files with 15 additions and 13 deletions

View File

@@ -103,7 +103,7 @@ class RunTimeEnvironment
MetaModel::ResetCache(md5(APPROOT).'-'.$this->sTargetEnv);
}
MetaModel::Startup($oConfig, $bModelOnly, $bUseCache);
MetaModel::Startup($oConfig, $bModelOnly, $bUseCache, false /* $bTraceSourceFiles */, $this->sTargetEnv);
}
/**