From ac0334d3e9b717aae3c5c05fde4507809506c29f Mon Sep 17 00:00:00 2001 From: Brayan Osmar Pereyra Suxo Date: Tue, 23 Jul 2013 17:15:43 -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 1c13f6b98..39a7a2653 100755 --- a/workflow/engine/controllers/installer.php +++ b/workflow/engine/controllers/installer.php @@ -1501,7 +1501,7 @@ class Installer extends Controller set_include_path(PATH_PM_ENTERPRISE . PATH_SEPARATOR . get_include_path()); require_once ('classes/model/AddonsStore.php'); - + G::loadClass( 'PMPluginRegistry' ); $res = AddonsStore::addonList(); error_log($res); die;