Merge branch 'ent-9076-Texto-Update-Manager' into 'develop'

fixed wrong encoding

See merge request artica/pandorafms!4950
This commit is contained in:
Daniel Rodriguez 2022-06-09 07:39:31 +00:00
commit 6a8abc035f
1 changed files with 2 additions and 1 deletions

View File

@ -2077,7 +2077,8 @@ class Client
'status' => $status,
'message' => $msg,
'extra' => $extra,
]
],
JSON_UNESCAPED_UNICODE
);
if ($field_exists === false) {