mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Load the config before using it !
SVN:trunk[1169]
This commit is contained in:
@@ -424,7 +424,7 @@ function InitDataModel($sConfigFileName, $bModelOnly = true, $bUseCache = false)
|
||||
if ($bUseCache)
|
||||
{
|
||||
// Reset the cache for the first use !
|
||||
$oConfig = new Config($sConfigFileName, false);
|
||||
$oConfig = new Config($sConfigFileName, true /* Load Config */);
|
||||
MetaModel::ResetCache($oConfig);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user