ISSUE-215 Fix connection DB for update language

This commit is contained in:
Brayan Pereyra
2025-09-15 04:02:34 +00:00
parent ea87d8aac6
commit 701efc90b2

View File

@@ -675,7 +675,7 @@ class WorkspaceTools
if ($workspace === null) { if ($workspace === null) {
$workspace = config("system.workspace"); $workspace = config("system.workspace");
} }
$this->initPropel(true); //$this->initPropel(true);
//If the execute flag is false we will check if we needed //If the execute flag is false we will check if we needed
if (!$executeRegenerateContent) { if (!$executeRegenerateContent) {
$conf = new Configuration(); $conf = new Configuration();