vali 6 years ago
parent
commit
4b9c6367ce
1 changed files with 1 additions and 1 deletions
  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);