BUG 0000 Añadi la parte de activacion de plugins que vienen con enterprise
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user