From 48af92966e9030431eccd0a30d277e88092e4876 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 11 Apr 2008 18:15:23 +0000 Subject: Marcus Povey * Added owner uuid to type git-svn-id: https://code.elgg.org/elgg/trunk@438 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/export.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine/lib/export.php') diff --git a/engine/lib/export.php b/engine/lib/export.php index 7c99b6f04..e9129e3a3 100644 --- a/engine/lib/export.php +++ b/engine/lib/export.php @@ -187,7 +187,7 @@ */ class ODDMetaData extends ODD { - function __construct($uuid, $entity_uuid, $name, $value, $type = "") + function __construct($uuid, $entity_uuid, $name, $value, $type = "", $owner_uuid = "") { parent::__construct(); @@ -195,6 +195,7 @@ $this->setAttribute('entity_uuid', $entity_uuid); $this->setAttribute('name', $name); $this->setAttribute('type', $type); + $this->setAttribute('owner_uuid', $owner_uuid); $this->setBody($value); } -- cgit v1.2.3