From 5f0a1c2479ff4add2498f90fd3d9423de48da7bb Mon Sep 17 00:00:00 2001 From: icewing Date: Mon, 31 Mar 2008 15:51:47 +0000 Subject: Marcus Povey * Export of entities now includes uuid git-svn-id: https://code.elgg.org/elgg/trunk@295 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 017e86a74..ea74898c3 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -306,6 +306,7 @@ { $tmp = new stdClass; $tmp->attributes = $this->attributes; + $tmp->attributes['uuid'] = guid_to_uuid($this->getGUID()); return $tmp; } } -- cgit v1.2.3