diff options
Diffstat (limited to 'views/odd/export/entity.php')
-rw-r--r-- | views/odd/export/entity.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/odd/export/entity.php b/views/odd/export/entity.php index d6efd413c..a147a707a 100644 --- a/views/odd/export/entity.php +++ b/views/odd/export/entity.php @@ -12,5 +12,8 @@ */ $entity = $vars['entity']; - echo export($entity->guid); + $serialised = exportAsArray($vars['entity']->guid); + foreach ($serialised as $s) + echo $s; + ?>
\ No newline at end of file |