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).
Actions