aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/annotations.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r--engine/lib/annotations.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php
index cceb8fd05..b0e01ad31 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -109,6 +109,7 @@
{
$tmp = new stdClass;
$tmp->attributes = $this->attributes;
+ $tmp->attributes['owner_uuid'] = guid_to_uuid($this->owner_guid);
return $tmp;
}
}