Summary:
Published bulk operation fails
Detailed Description:
Hi,
If I select multiple draft entries to publish it through the admin interface,
there's a fatal error.
This is related to action.admin_bulkactions.php line 73 > calling
change_comment_status statically, but the \CGFeedBack\comment_operations method
uses $this for $this->_db
Error:
Fatal error: Uncaught Error: Using $this when not in object context
Thanks