From 41b4ba7841604b910599dd473c5009525a95dd0f Mon Sep 17 00:00:00 2001 From: icewing Date: Mon, 14 Apr 2008 15:50:20 +0000 Subject: Marcus Povey * Relationships export git-svn-id: https://code.elgg.org/elgg/trunk@443 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/export.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/lib/export.php') diff --git a/engine/lib/export.php b/engine/lib/export.php index 6e9b1c495..4247ae348 100644 --- a/engine/lib/export.php +++ b/engine/lib/export.php @@ -214,9 +214,9 @@ { parent::__construct(); - $this->setAttribute('uuid1', $uuid); - $this->setAttribute('verb', $uuid); - $this->setAttribute('uuid2', $uuid); + $this->setAttribute('uuid1', $uuid1); + $this->setAttribute('verb', $verb); + $this->setAttribute('uuid2', $uuid2); } protected function getTagName() { return "relationship"; } -- cgit v1.2.3