aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/lib/annotations.php1
-rw-r--r--engine/lib/metadata.php1
2 files changed, 2 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;
}
}
diff --git a/engine/lib/metadata.php b/engine/lib/metadata.php
index 2c738ebda..82ca71bdd 100644
--- a/engine/lib/metadata.php
+++ b/engine/lib/metadata.php
@@ -111,6 +111,7 @@
{
$tmp = new stdClass;
$tmp->attributes = $this->attributes;
+ $tmp->attributes['owner_uuid'] = guid_to_uuid($this->owner_guid);
return $tmp;
}
}