HOR-4159 Custom plugins are not updating the friendly name after changing it
- Add section update informacion Friendly name and description
This commit is contained in:
@@ -242,6 +242,8 @@ class PluginRegistry
|
|||||||
$currentPlugin->getNamespace(),
|
$currentPlugin->getNamespace(),
|
||||||
$currentPlugin->getFile()
|
$currentPlugin->getFile()
|
||||||
);
|
);
|
||||||
|
$this->_aPluginDetails[$Namespace]->sFriendlyName = $Plugin->sFriendlyName;
|
||||||
|
$this->_aPluginDetails[$Namespace]->sDescription = $Plugin->sDescription;
|
||||||
} else {
|
} else {
|
||||||
$Plugin = $currentPlugin;
|
$Plugin = $currentPlugin;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user