From 3770988c80413cb231c001a10d588a7334e3473f Mon Sep 17 00:00:00 2001 From: Brayan Osmar Pereyra Suxo Date: Tue, 23 Jul 2013 15:14:14 -0400 Subject: [PATCH] =?UTF-8?q?BUG=200000=20A=C3=B1adi=20la=20parte=20de=20act?= =?UTF-8?q?ivacion=20de=20plugins=20que=20vienen=20con=20enterprise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/engine/controllers/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/controllers/installer.php b/workflow/engine/controllers/installer.php index a13151672..414c1ed40 100755 --- a/workflow/engine/controllers/installer.php +++ b/workflow/engine/controllers/installer.php @@ -1495,7 +1495,7 @@ class Installer extends Controller * Active plugins to enterprise */ - require_once ('classes/model/AddonsManager.php'); + require_once (PATH_PLUGINS . 'enterprise' . PATH_SEP . 'classes/model/AddonsManager.php'); $plugins = glob(PATH_CORE."plugins/*.php"); foreach ($plugins as $value) { $dataPlugin = pathinfo($value);