Actions
Bug #4549
closedcb blogs abstract class usage erroring
Description
When using custom or private they always call a function as if it's an object instead of being able to handle it as an abstract class when it has the abstract keyword.
Fatal error: Cannot instantiate abstract class cbblogsClass in D:\Joomlapolis\GIT\CB 2.0\libraries\CBLib\CBLib\AhaWow\View\RegistryEditView.php on line 3803
This also affects $_PLUGIN->call. This locks entire backend access for CB Blogs, CB Articles, and CB Forums.
Actions