]> git.mxchange.org Git - friendica.git/commitdiff
revert little rebase mistake
authorrabuzarus <>
Wed, 30 Sep 2015 13:30:13 +0000 (15:30 +0200)
committerrabuzarus <>
Wed, 30 Sep 2015 13:30:13 +0000 (15:30 +0200)
object/Item.php

index 8b51f420c61ff77266f1da5acb7bee9b567a542d..4cd0a22528e9d9fdf962287829ad740c50cf6371 100644 (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,