From 16ec626dbbd9d2d65756e5697e82a54746e659f0 Mon Sep 17 00:00:00 2001 From: iglocska Date: Wed, 4 Dec 2019 22:14:47 +0100 Subject: [PATCH] small fix --- a.9-restsearch-dev/content.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a.9-restsearch-dev/content.tex b/a.9-restsearch-dev/content.tex index 17aa5dd..14b9d06 100644 --- a/a.9-restsearch-dev/content.tex +++ b/a.9-restsearch-dev/content.tex @@ -339,7 +339,7 @@ private function __convertAttribute($attribute, $event) { '%s|%s|%s|%s|%s', $this->__escapeSpecialChars($attribute['value'][$part]), $this->__mapping[$attribute['type']][$part], - $event['uuid'], + /events/view/ . $event['uuid'], $this->__escapeSpecialChars($event['info']), $this->__decideOnAction($attribute['AttributeTag']) ); @@ -349,7 +349,7 @@ private function __convertAttribute($attribute, $event) { '%s|%s|%s|%s|%s', $this->__escapeSpecialChars($attribute['value']), $this->__mapping[$attribute['type']], - $event['uuid'], + /events/view/ . $event['uuid'], $this->__escapeSpecialChars($event['info']), $this->__decideOnAction($attribute['AttributeTag']) );