HOR-4369 When importing a custom plugin, it is imported with the status enabled.
- change by default install plugin status disabled
This commit is contained in:
@@ -485,7 +485,7 @@ class PluginRegistry
|
||||
/** @var enterprisePlugin $oPlugin */
|
||||
$oPlugin = new $className($detail->getNamespace(), $detail->getFile());
|
||||
$oPlugin->registerPmFunction();
|
||||
$detail->setEnabled(true);
|
||||
$detail->setEnabled(false);
|
||||
$this->init();
|
||||
$oPlugin->setup();
|
||||
$this->_aPlugins[$detail->getNamespace()] = $oPlugin;
|
||||
|
||||
Reference in New Issue
Block a user