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

View File

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