Changeset 3203:fef95060f0b0 for inc/core/class.dc.namespace.php
- Timestamp:
- 03/01/16 08:08:54 (9 years ago)
- Branch:
- 2.9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.namespace.php
r3159 r3203 234 234 $type = $this->global_settings[$id]['type']; 235 235 } else { 236 $type = 'string'; 236 if (is_array($value)) { 237 $type = 'array'; 238 } else { 239 $type = 'string'; 240 } 237 241 } 238 242 }
Note: See TracChangeset
for help on using the changeset viewer.