From 293a4df6745d2761be5f8660ce0b46891ab40d02 Mon Sep 17 00:00:00 2001 From: Brayan Osmar Pereyra Suxo Date: Wed, 24 Jul 2013 08:59:25 -0400 Subject: [PATCH] Activacion de plugins para DocSystem --- workflow/engine/controllers/installer.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/workflow/engine/controllers/installer.php b/workflow/engine/controllers/installer.php index 39a7a2653..e5557c72e 100755 --- a/workflow/engine/controllers/installer.php +++ b/workflow/engine/controllers/installer.php @@ -1498,13 +1498,12 @@ class Installer extends Controller if (!defined("PATH_PM_ENTERPRISE")) { define("PATH_PM_ENTERPRISE", PATH_CORE . "/plugins/enterprise/"); } - set_include_path(PATH_PM_ENTERPRISE . PATH_SEPARATOR . get_include_path()); require_once ('classes/model/AddonsStore.php'); - G::loadClass( 'PMPluginRegistry' ); + G::loadClass( 'pluginRegistry' ); $res = AddonsStore::addonList(); + error_log('11'); error_log($res); - die; $plugins = glob(PATH_CORE."plugins/*.php"); foreach ($plugins as $value) { $dataPlugin = pathinfo($value);