Merge pull request #1920 from brayanpereyra/master

BUG 0000 Añadi la parte de activacion de plugins que vienen con enterprise
This commit is contained in:
Brayan Pereyra
2013-07-23 14:18:10 -07:00

View File

@@ -1501,7 +1501,7 @@ class Installer extends Controller
set_include_path(PATH_PM_ENTERPRISE . PATH_SEPARATOR . get_include_path()); set_include_path(PATH_PM_ENTERPRISE . PATH_SEPARATOR . get_include_path());
require_once ('classes/model/AddonsStore.php'); require_once ('classes/model/AddonsStore.php');
G::loadClass( 'PMPluginRegistry' );
$res = AddonsStore::addonList(); $res = AddonsStore::addonList();
error_log($res); error_log($res);
die; die;