FengR hace 1 mes
padre
commit
276455b65e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/JsonRpc/PublicRpcService.php

+ 1 - 1
app/JsonRpc/PublicRpcService.php

@@ -773,7 +773,7 @@ class PublicRpcService implements PublicRpcServiceInterface
             $keyword = json_decode($data['keyword'],true) ?? $data['keyword'];
         }
         if(is_array($keyword)){
-            $keyword = json_encode($keyword);
+            $keyword = json_encode($data['keyword']);
         }
         $updateData = [
             'name' => $data['name'],