]> git.mxchange.org Git - friendica.git/blobdiff - object/Item.php
Merge pull request #1750 from annando/1507-contact-update
[friendica.git] / object / Item.php
index 8e38080e43083674e7e60cd99f7e364c7ba1c962..7f9762581c4268fddfae478fb280c013bcf4e92c 100644 (file)
@@ -324,7 +324,7 @@ class Item extends BaseObject {
                        'body' => $body_e,
                        'text' => $text_e,
                        'id' => $this->get_id(),
-                       'guid' => $item['guid'],
+                       'guid' => urlencode($item['guid']),
                        'linktitle' => sprintf( t('View %s\'s profile @ %s'), $profile_name, ((strlen($item['author-link'])) ? $item['author-link'] : $item['url'])),
                        'olinktitle' => sprintf( t('View %s\'s profile @ %s'), $this->get_owner_name(), ((strlen($item['owner-link'])) ? $item['owner-link'] : $item['url'])),
                        'to' => t('to'),