wzh пре 5 година
родитељ
комит
f1e46773bc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      websocket/idcolWss.php

+ 1 - 1
websocket/idcolWss.php

@@ -183,7 +183,7 @@ $ws_worker->onMessage = function($connection, $data)
 
     if ($res && isset($res['type'])) {
         if ($res['type'] == 'updateDev' && isset($res['id']) && !empty($res['id'])){
-            $arr = explode(','$res['id']);
+            $arr = explode(',',$res['id']);
             if (!empty($arr)) {
                 foreach ($arr as $key) {
                     if (is_int($key) && !empty($key)) {