mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fixed widget title corruption in dashboard with multi-byte characters.
This commit is contained in:
parent
8a019bd8f4
commit
06ae3a61e8
@ -156,7 +156,7 @@ class Cell
|
|||||||
|
|
||||||
// Options for widget.
|
// Options for widget.
|
||||||
if (empty($options) !== true) {
|
if (empty($options) !== true) {
|
||||||
$options = json_encode($options);
|
$options = json_encode($options, JSON_UNESCAPED_UNICODE);
|
||||||
} else {
|
} else {
|
||||||
$options = $this->fieldsCell['options'];
|
$options = $this->fieldsCell['options'];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user