Update Event.php
This commit is contained in:
parent
8b2a3805b6
commit
f27d9cb73e
|
@ -672,9 +672,6 @@ class Event
|
||||||
}
|
}
|
||||||
|
|
||||||
$event['author-link'] = Contact::magicLink($event['author-link']);
|
$event['author-link'] = Contact::magicLink($event['author-link']);
|
||||||
$event['summary'] = BBCode::convertForUriId($event['uri-id'], Strings::escapeHtml($event['summary']));
|
|
||||||
$event['desc'] = Strings::escapeHtml($event['desc']);
|
|
||||||
$event['location'] = BBCode::convertForUriId($event['uri-id'], Strings::escapeHtml($event['location']));
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'id' => $event['id'],
|
'id' => $event['id'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user