revert little rebase mistake

This commit is contained in:
rabuzarus 2015-09-30 15:30:13 +02:00
parent 2ff67ef5ed
commit a13280ac4a
1 changed files with 1 additions and 1 deletions

View File

@ -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,