now send string to ws-server

This commit is contained in:
xdrm-brackets 2017-12-08 04:24:55 +01:00
parent 2b53f076bc
commit 741656e6f1
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class message
$wsi->send([
'operation' => 'DelMessage',
'id' => $id,
'id' => "$id",
'channelType' => 'Emergency',
'channelName' => "$URL_0"
]);