revert little rebase mistake

2022.09-rc
rabuzarus 2015-09-30 15:30:13 +02:00
rodzic 2ff67ef5ed
commit a13280ac4a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -357,7 +357,7 @@ class Item extends BaseObject {
'body' => $body_e,
'text' => $text_e,
'id' => $this->get_id(),
'guid' => $item['guid'],
'guid' => urlencode($item['guid']),
'isevent' => $isevent,
'attend' => $attend,
'consensus' => $consensus,