From 6978d6e9e857afccc53fc0a56da5ec27061037c7 Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 2 Apr 2008 16:02:05 +0000 Subject: Marcus Povey * Subtype is converted to its exportable string version git-svn-id: https://code.elgg.org/elgg/trunk@371 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 3f0f46133..b7ffbc3da 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -310,6 +310,7 @@ $tmp->attributes = $this->attributes; $tmp->attributes['uuid'] = guid_to_uuid($this->getGUID()); $tmp->attributes['owner_uuid'] = guid_to_uuid($this->owner_guid); + $tmp->attributes['subtype'] = get_subtype_from_id($tmp->attributes['subtype']); return $tmp; } -- cgit v1.2.3