diff --git a/workflow/engine/controllers/installer.php b/workflow/engine/controllers/installer.php index e5557c72e..f491122f4 100755 --- a/workflow/engine/controllers/installer.php +++ b/workflow/engine/controllers/installer.php @@ -1495,15 +1495,6 @@ class Installer extends Controller * Active plugins to enterprise */ - 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( 'pluginRegistry' ); - $res = AddonsStore::addonList(); - error_log('11'); - error_log($res); $plugins = glob(PATH_CORE."plugins/*.php"); foreach ($plugins as $value) { $dataPlugin = pathinfo($value);