From 05b8c529fe047cc27e694a4e97e8ea0d79e506cd Mon Sep 17 00:00:00 2001 From: odain Date: Fri, 10 Jul 2026 11:14:52 +0200 Subject: [PATCH] Fix cache-warmup after any succesfull setup --- setup/runtimeenv.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/runtimeenv.class.inc.php b/setup/runtimeenv.class.inc.php index bbe65ae6f2..a96770fc43 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->sFinalEnv); if (! isset($_SESSION)) { //used in all UI setups (not unattended)