diff --git a/setup/runtimeenv.class.inc.php b/setup/runtimeenv.class.inc.php index a3046e6e79..1f2eddeb4f 100644 --- a/setup/runtimeenv.class.inc.php +++ b/setup/runtimeenv.class.inc.php @@ -933,6 +933,7 @@ class RunTimeEnvironment @chmod($sFinalConfig, 0440); // Read-only for owner and group, nothing for others SetupUtils::rrmdir(dirname($sBuildConfig)); // Cleanup the temporary build dir if empty + MetaModel::ResetAllCaches($this->sBuildEnv); MetaModel::ResetAllCaches($this->sFinalEnv); if (! isset($_SESSION)) {