From 44d917c79d5e3f59ab97d09474012fc6c44e6d87 Mon Sep 17 00:00:00 2001 From: Timothee Date: Thu, 12 Feb 2026 09:14:28 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B09144=20Remove=20temp=20flags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/feature_removal/ModelReflectionSerializer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/feature_removal/ModelReflectionSerializer.php b/setup/feature_removal/ModelReflectionSerializer.php index 9091ef3e4..6733bda45 100644 --- a/setup/feature_removal/ModelReflectionSerializer.php +++ b/setup/feature_removal/ModelReflectionSerializer.php @@ -41,7 +41,7 @@ class ModelReflectionSerializer $sCommandLine = sprintf("$sPHPExec %s/get_model_reflection.php --env='%s'", __DIR__, $sEnv); exec($sCommandLine, $sOutput, $iRes); if ($iRes != 0) { - $this->LogErrorWithProperLogger("Cannot get classes1", null, ['env' => $sEnv, 'code' => $iRes, "output" => $sOutput]); + $this->LogErrorWithProperLogger("Cannot get classes", null, ['env' => $sEnv, 'code' => $iRes, "output" => $sOutput]); throw new CoreException("Cannot get classes from env ".$sEnv); }