fix broken cache warmup after setup (#974)

* fix broken cache warmup after setup

* clear all caches after setup
This commit is contained in:
odain-cbd
2026-07-17 10:40:55 +02:00
committed by GitHub
parent 04f91ab4a2
commit a5aa8c279f

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->sBuildEnv);
MetaModel::ResetAllCaches($this->sFinalEnv);
if (! isset($_SESSION)) {