diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/entities.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 017e86a74..ea74898c3 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -306,6 +306,7 @@ { $tmp = new stdClass; $tmp->attributes = $this->attributes; + $tmp->attributes['uuid'] = guid_to_uuid($this->getGUID()); return $tmp; } } |