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.
Updated by beat over 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !326.
Actions