From caa728f433f34535d6c7ddcaefb5207fd9c47176 Mon Sep 17 00:00:00 2001 From: Brayan Osmar Pereyra Suxo Date: Tue, 23 Jul 2013 16:47:50 -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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workflow/engine/controllers/installer.php b/workflow/engine/controllers/installer.php index 3bebc43af..1c13f6b98 100755 --- a/workflow/engine/controllers/installer.php +++ b/workflow/engine/controllers/installer.php @@ -1500,7 +1500,11 @@ class Installer extends Controller } set_include_path(PATH_PM_ENTERPRISE . PATH_SEPARATOR . get_include_path()); - require_once ('classes/model/AddonsManager.php'); + require_once ('classes/model/AddonsStore.php'); + + $res = AddonsStore::addonList(); + error_log($res); + die; $plugins = glob(PATH_CORE."plugins/*.php"); foreach ($plugins as $value) { $dataPlugin = pathinfo($value);