From 701efc90b2dcf5c7d334ef25aa1987284b4b8294 Mon Sep 17 00:00:00 2001 From: Brayan Pereyra Date: Mon, 15 Sep 2025 04:02:34 +0000 Subject: [PATCH] ISSUE-215 Fix connection DB for update language --- workflow/engine/classes/WorkspaceTools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/classes/WorkspaceTools.php b/workflow/engine/classes/WorkspaceTools.php index d3b569b8a..17b27ccbd 100755 --- a/workflow/engine/classes/WorkspaceTools.php +++ b/workflow/engine/classes/WorkspaceTools.php @@ -675,7 +675,7 @@ class WorkspaceTools if ($workspace === null) { $workspace = config("system.workspace"); } - $this->initPropel(true); + //$this->initPropel(true); //If the execute flag is false we will check if we needed if (!$executeRegenerateContent) { $conf = new Configuration();