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();