BUG 0000 Añadi la parte de activacion de plugins que vienen con enterprise
This commit is contained in:
@@ -1500,7 +1500,11 @@ 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/AddonsManager.php');
|
require_once ('classes/model/AddonsStore.php');
|
||||||
|
|
||||||
|
$res = AddonsStore::addonList();
|
||||||
|
error_log($res);
|
||||||
|
die;
|
||||||
$plugins = glob(PATH_CORE."plugins/*.php");
|
$plugins = glob(PATH_CORE."plugins/*.php");
|
||||||
foreach ($plugins as $value) {
|
foreach ($plugins as $value) {
|
||||||
$dataPlugin = pathinfo($value);
|
$dataPlugin = pathinfo($value);
|
||||||
|
|||||||
Reference in New Issue
Block a user