Actions
Bug #5843
closedMissing PHP 7 compatibility fixes
Bug #5843:
Missing PHP 7 compatibility fixes
Description
Currently cbPMSHandler, cbTabHandler, and cbFieldHandler are still using same class functions for constructors. These need to be replaced with __construct or removed entirely if they don't need any functionality in them. CB Auto Welcome appears to still be using cbTabHandler. The other classes will also need to be checked.
Actions