mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +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 = [];
|
||||
|
||||
try {
|
||||
$dynamicData = \json_decode(
|
||||
\base64_decode($dynamicDataEncoded),
|
||||
true
|
||||
);
|
||||
$dynamicData = \json_decode($dynamicDataEncoded, true);
|
||||
|
||||
$result['defaultColor'] = $dynamicData['default_color'];
|
||||
$result['colorRanges'] = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user