N890.3 Archive mode toggle menu not visible after setup/MTP: the information is cached into the session and needs to be reset

SVN:trunk[4870]
This commit is contained in:
Romain Quetiez
2017-08-21 15:28:07 +00:00
parent 0655904683
commit b1494d0dd9
4 changed files with 23 additions and 7 deletions

View File

@@ -505,7 +505,6 @@ class RunTimeEnvironment
SetupUtils::builddir($sCacheDir);
SetupUtils::tidydir($sCacheDir);
require_once(APPROOT.'/core/dict.class.inc.php');
MetaModel::ResetCache(md5(APPROOT).'-'.$this->sTargetEnv);
}
}