vali hace 6 años
padre
commit
5a7ed7dc20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }