Actions
Bug #2384
closedUse CB API to get plugin and tab object from cache instead of loading from database
Bug #2384:
Use CB API to get plugin and tab object from cache instead of loading from database
Description
cbgroupjive.class.php line 1110:
cbgjClass::getPlugin() should use CB's $_PLUGIN API to get the plugin object and not load from database.
Also CB's API should be used to load the tab object properly.
Actions