diff options
-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 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; } } |