@@ -522,7 +522,7 @@ |
||
522 | 522 | foreach( (array) $this->val( $data, 'config', [] ) as $entry ) |
523 | 523 | { |
524 | 524 | if( ( $key = trim( $entry['key'] ?? '' ) ) !== '' && ( $val = trim( $entry['val'] ?? '' ) ) !== '' ) { |
525 | - $conf[$key] = json_decode( $val, true ) ?? $val; |
|
525 | + $conf[$key] = json_decode( $val, true ) ?? $val; |
|
526 | 526 | } |
527 | 527 | } |
528 | 528 |