diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/export.php | 6 |
1 files changed, 3 insertions, 3 deletions
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"; } |