vali пре 6 година
родитељ
комит
5a7ed7dc20
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      datainf/logic/HttpServerSettelement.php

+ 1 - 1
datainf/logic/HttpServerSettelement.php

@@ -321,7 +321,7 @@ class HttpServerSettelement
                 $return[] = $val->order_id;
             }
         }
-        return implode(',', $return);
+        return $return;
     }