Fixed Chat!

This commit is contained in:
Lars van Hijfte
2017-01-18 15:37:49 +01:00
parent cd954a8c4c
commit 7469a10f13
4 changed files with 4 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ function sendMessage($destination, $content) {
");
return $stmt->execute(array(
"origin" => $_SESSION["userID"],
"origin" => $_SESSION["userID"],
"destination" => $destination,
"content" => $content
));