Fix cache-warmup after any succesfull setup

This commit is contained in:
odain
2026-07-10 11:14:52 +02:00
parent a68c017225
commit 05b8c529fe

View File

@@ -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->sFinalEnv);
if (! isset($_SESSION)) {
//used in all UI setups (not unattended)