fix: fix con

This commit is contained in:
xdrm-brackets 2017-12-08 03:04:57 +01:00
parent 60a6ec10bf
commit ec59cde080
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ class message
$wsi->send([ $wsi->send([
"operation" => "PostMessage", "operation" => "PostMessage",
"message" => $_SESSION['NAME'], "message" => $message,
"username" => $username, "username" => $_SESSION['NAME'],
"location" => $location, "location" => $location,
//TODO implémenter la récupération d'id depuis la bdd //TODO implémenter la récupération d'id depuis la bdd
"id" => uniqid(), "id" => uniqid(),