Actions
Bug #4598
closedcbPMSHandler::cbPMSHandler alias missing for UddeIM plugin
Description
Message Subject : Fatal error: Call to undefined method getuddeimTab::cbPMSHandler() in components/com_comprofiler/plugin/user/....
class getuddeimTab extends cbPMSHandler {
function getuddeimTab() {
$this->cbPMSHandler();
}
I will add an alias function cbPMSHandler that calls __construct for RC2 which should solve this.
Actions