Actions
Bug #3744
closedJ3.0 menu creation API usage changed
Description
Current usage is trying to grab the CB extension for its extension ID. This needs to be fixed as load no longer exists (wrong way to prepare object). This can be changed to J3.0 usage as it'll work all the back to J1.6; current usage is just depreciated (has been for awhile).
Fatal error: Call to a member function load() on a non-object in components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.class.php on line 1393
https://www.joomlapolis.com/forum/240-potential-bugs/212845-gj-menu-in-backend-with-cb19-under-j30
Updated by krileon about 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
API is just case sensitive now, just need to change the case of the calls.
Actions