mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-24 10:30:05 +02:00
fixed wrong encoding
This commit is contained in:
parent
a40efcfee5
commit
c48eae6da0
@ -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