ketsuekiro / manialive

Automatically exported from code.google.com/p/manialive
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Error on ManiaHome/ManiaHomeClient.php #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by titipopo...@wanadoo.fr on 17 Jun 2011 at 5:22

GoogleCodeExporter commented 8 years ago
fixed in r237

Original comment by melot.philippe on 29 Jun 2011 at 8:03

GoogleCodeExporter commented 8 years ago
error again :-)  
  'iconStyle' => $iconSubStyle =>   'iconSubStyle' => $iconSubStyle

Original comment by titipopo...@wanadoo.fr on 29 Jun 2011 at 7:20

GoogleCodeExporter commented 8 years ago
done

Original comment by melot.philippe on 29 Jun 2011 at 7:52