Compiler and co: fixed issue with the reset of the APC cache

SVN:trunk[1990]
This commit is contained in:
Romain Quetiez
2012-05-14 15:56:06 +00:00
parent 719870663a
commit c7db32f845
2 changed files with 10 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ class RunTimeEnvironment
if (!$bUseCache)
{
// Reset the cache for the first use !
MetaModel::ResetCache($oConfig);
MetaModel::ResetCache($this->sTargetEnv);
}
MetaModel::Startup($oConfig, $bModelOnly, $bUseCache);