]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #1750 from annando/1507-contact-update
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 12 Jul 2015 13:32:29 +0000 (15:32 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 12 Jul 2015 13:32:29 +0000 (15:32 +0200)
Automatic contact update

1  2 
object/Item.php

diff --combined object/Item.php
index 75f99742eb3e4ee41a661c6f43df4a4ba8335017,8e38080e43083674e7e60cd99f7e364c7ba1c962..7f9762581c4268fddfae478fb280c013bcf4e92c
@@@ -308,7 -308,6 +308,6 @@@ class Item extends BaseObject 
                if (($item["item_network"] == NETWORK_FACEBOOK) AND ($indent == 'comment') AND isset($buttons["like"]))
                        unset($buttons["like"]);
  
                $tmp_item = array(
                        'template' => $this->get_template(),
  
                        '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'),