Joomla Technical Tips
JIM Quick Message not working
- Details
- Published on 20 May 2007
- Written by David Drinkall
- Hits: 1897
Quick Message not working from in CDB Tab
The core pms.mypmspro.php plugin doesnt handle JIM correctly.
Need to change line 406 of the pms.mypmspro.php file from:
$this->_sendPMSJimMSG($toid,$fromid,$subject,$message);
to:
$this->_sendPMSJimMSG($to,$from,$subject,$message);



