small fix

pull/11/head
iglocska 2019-12-04 22:14:47 +01:00
parent 658c1a8204
commit 16ec626dbb
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 2 deletions

View File

@ -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'])
);