From 9d3a3c457c672567a65600666a44c8de594c729d Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 6 Nov 2008 12:01:31 +0000 Subject: Some tidying of objects and opendd export git-svn-id: https://code.elgg.org/elgg/trunk@2412 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/relationships.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/relationships.php') diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index f43a46c54..61234695d 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -127,7 +127,7 @@ */ public function export() { - $uuid = guid_to_uuid($this->guid_one) . "relationship/{$this->id}/"; + $uuid = get_uuid_from_object($this); $relationship = new ODDRelationship( guid_to_uuid($this->guid_one), $this->relationship, -- cgit v1.2.3