There is an error on function send() line 32 in $body.
Corrected :
$body = array(
'message' => $message,
'senderName' => $this->provider,
'receiverName' => $login,
'link' => $link,
'iconStyle' => $iconStyle,
'iconSubStyle' => $iconSubStyle // error was here
);
Can you add Private Notification in ManiaHomeCLient.php ?
From titipopo...@wanadoo.fr on June 17, 2011 19:22:58
There is an error on function send() line 32 in $body. Corrected : $body = array( 'message' => $message, 'senderName' => $this->provider, 'receiverName' => $login, 'link' => $link, 'iconStyle' => $iconStyle, 'iconSubStyle' => $iconSubStyle // error was here ); Can you add Private Notification in ManiaHomeCLient.php ?
BST ImHoTep (4lturbo)
Original issue: http://code.google.com/p/manialive/issues/detail?id=36