REPORT branche 1.1 528->528
[euphorik.git] / js / pageMinichat.js
index aea8e2d..86c059e 100755 (executable)
@@ -260,7 +260,7 @@ euphorik.PageMinichat.prototype.envoyerMessage = function(message) {
    
    this.communication.requete(
       "put_message",
-      this.getJSONMessage(nick, message),
+      this.getJSONMessage(this.client.nick, message),
       function() {
          $("form#posterMessage input.message").val("");
          thisPageMinichat.conversations.enleverMessagesRepond();