From c6c8aa9a932e8d19de58d3e20dfeec5112b05caa Mon Sep 17 00:00:00 2001 From: Victor Saisa Lopez Date: Thu, 8 Dec 2011 16:56:16 -0400 Subject: [PATCH] BUG 0000 installPluginArchive() after of install or upgrade enable plugin --- workflow/engine/classes/class.pluginRegistry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/classes/class.pluginRegistry.php b/workflow/engine/classes/class.pluginRegistry.php index 0e41bb032..cf6579eaa 100755 --- a/workflow/engine/classes/class.pluginRegistry.php +++ b/workflow/engine/classes/class.pluginRegistry.php @@ -413,7 +413,7 @@ class PMPluginRegistry { $this->installPlugin($details->sNamespace); $this->setupPlugins(); - //$this->enablePlugin($details->sNamespace); + $this->enablePlugin($details->sNamespace); $this->save(); }