Changeset 3159:a7553434ee4c for inc/core/class.dc.workspace.php
- Timestamp:
- 02/05/16 15:12:03 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.workspace.php
r3158 r3159 80 80 81 81 if ($type == 'array') { 82 $value = @json_decode($value );82 $value = @json_decode($value,true); 83 83 } else { 84 84 if ($type == 'float' || $type == 'double') {
Note: See TracChangeset
for help on using the changeset viewer.