vali hace 6 años
padre
commit
4b9c6367ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      datainf/logic/HttpServerOnlySet.php

+ 1 - 1
datainf/logic/HttpServerOnlySet.php

@@ -251,7 +251,7 @@ class HttpServerOnlySet
             return true;
         }
         $ids_array = array_map(function ($i) {
-            return "$i";
+            return "'$i'";
         }, $ids);
         $ids_array = implode(",", $ids_array);
         unset($ids_array_0);