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