mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Visual Console Refactor: bug fix
Former-commit-id: a2a05a2129873fdb6b2325211c490ad8f9263b16
This commit is contained in:
parent
58b074b006
commit
7acee06a00
@ -147,10 +147,7 @@ final class ColorCloud extends Item
|
|||||||
$result = [];
|
$result = [];
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$dynamicData = \json_decode(
|
$dynamicData = \json_decode($dynamicDataEncoded, true);
|
||||||
\base64_decode($dynamicDataEncoded),
|
|
||||||
true
|
|
||||||
);
|
|
||||||
|
|
||||||
$result['defaultColor'] = $dynamicData['default_color'];
|
$result['defaultColor'] = $dynamicData['default_color'];
|
||||||
$result['colorRanges'] = [];
|
$result['colorRanges'] = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user