mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-9076-Texto-Update-Manager' into 'develop'
fixed wrong encoding See merge request artica/pandorafms!4950
This commit is contained in:
commit
6a8abc035f
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user