From 741656e6f15047a71dc7d63101a2f7bafd4a6495 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 8 Dec 2017 04:24:55 +0100 Subject: [PATCH] now send string to ws-server --- build/api/module/message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/api/module/message.php b/build/api/module/message.php index e28af81..e937631 100644 --- a/build/api/module/message.php +++ b/build/api/module/message.php @@ -106,7 +106,7 @@ class message $wsi->send([ 'operation' => 'DelMessage', - 'id' => $id, + 'id' => "$id", 'channelType' => 'Emergency', 'channelName' => "$URL_0" ]);