Actions
Bug #5609
closedCBLib double loading plugin object for params
Description
CBLib is calling getPluginParams with getPluginObject with getPluginId. The problem with this is getPluginObject can return null if the plugin hasn't been cached into _plugins (e.g. by calling the load plugin group before the plugin has loaded).
Updated by krileon about 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !991
Actions