maniaplanet / manialive

PHP controller for the ManiaPlanet Dedicated Server
GNU Lesser General Public License v3.0
9 stars 4 forks source link

Error on ManiaHome/ManiaHomeClient.php #36

Closed magnetik closed 10 years ago

magnetik commented 10 years ago

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

magnetik commented 10 years ago

From melot.philippe on June 29, 2011 01:03:59

fixed in r237

Status: Fixed
Owner: melot.philippe

magnetik commented 10 years ago

From titipopo...@wanadoo.fr on June 29, 2011 12:20:39

error again :-)
'iconStyle' => $iconSubStyle => 'iconSubStyle' => $iconSubStyle

magnetik commented 10 years ago

From melot.philippe on June 29, 2011 12:52:21

done