diff --git a/object/Item.php b/object/Item.php index 8b51f420c6..4cd0a22528 100644 --- a/object/Item.php +++ b/object/Item.php @@ -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,