From a13280ac4a10b4158289c825bed79261ceab5b10 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Wed, 30 Sep 2015 15:30:13 +0200 Subject: [PATCH] revert little rebase mistake --- object/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,