From: rabuzarus <> Date: Wed, 30 Sep 2015 13:30:13 +0000 (+0200) Subject: revert little rebase mistake X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a13280ac4a10b4158289c825bed79261ceab5b10;p=friendica.git revert little rebase mistake --- 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,