From d84f0ab941b3efa71184f91ccbff064035830ac3 Mon Sep 17 00:00:00 2001 From: icewing Date: Tue, 1 Apr 2008 10:57:17 +0000 Subject: Marcus Povey * Entities owner_guid exported as owner_uuid git-svn-id: https://code.elgg.org/elgg/trunk@300 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 1 + 1 file changed, 1 insertion(+) 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; } } -- cgit v1.2.3