PM-365 Upgrade de ls PM2.5 + enterprise 2.0.17 puede dar conflictos SOLVED
- The enterprise plugin files cause conflicts. - A validation was added in function upgrade moving the files to the shared.
This commit is contained in:
@@ -12,7 +12,7 @@ if (CLI2) {
|
||||
Download and install an addon
|
||||
EOT
|
||||
);
|
||||
CLI::taskRun(run_addon_install);
|
||||
CLI::taskRun(run_addon_core_install);
|
||||
} else {
|
||||
pake_desc("install addon");
|
||||
pake_task("addon-install");
|
||||
@@ -28,8 +28,8 @@ CLI::taskArg('workspace', false);
|
||||
CLI::taskArg('hash', false);
|
||||
CLI::taskRun("change_hash");
|
||||
|
||||
//function run_addon_install($args, $opts) {
|
||||
function run_addon_install($args)
|
||||
//function run_addon_core_install($args, $opts) {
|
||||
function run_addon_core_install($args)
|
||||
{
|
||||
try {
|
||||
if (!extension_loaded("mysql")) {
|
||||
|
||||
Reference in New Issue
Block a user