Merged in bugfix/HOR-4369 (pull request #6358)
HOR-4369 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
f5302ba138
@@ -485,7 +485,7 @@ class PluginRegistry
|
|||||||
/** @var enterprisePlugin $oPlugin */
|
/** @var enterprisePlugin $oPlugin */
|
||||||
$oPlugin = new $className($detail->getNamespace(), $detail->getFile());
|
$oPlugin = new $className($detail->getNamespace(), $detail->getFile());
|
||||||
$oPlugin->registerPmFunction();
|
$oPlugin->registerPmFunction();
|
||||||
$detail->setEnabled(true);
|
$detail->setEnabled(false);
|
||||||
$this->init();
|
$this->init();
|
||||||
$oPlugin->setup();
|
$oPlugin->setup();
|
||||||
$this->_aPlugins[$detail->getNamespace()] = $oPlugin;
|
$this->_aPlugins[$detail->getNamespace()] = $oPlugin;
|
||||||
|
|||||||
Reference in New Issue
Block a user