diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-10 19:14:10 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-10 19:14:10 +0200 |
commit | eb6666e1563cef91843539d3b98dc4936c4cea1f (patch) | |
tree | e62d8b4af9cdd40e9bcc1eaafb108e97c6757a1b /addon | |
parent | 8390e8b19bf1797c8751c0d5c625a42c26dfc4eb (diff) | |
parent | 7c60701efc091945dd2ee14728263d8dae0f88b0 (diff) | |
download | volse-hubzilla-eb6666e1563cef91843539d3b98dc4936c4cea1f.tar.gz volse-hubzilla-eb6666e1563cef91843539d3b98dc4936c4cea1f.tar.bz2 volse-hubzilla-eb6666e1563cef91843539d3b98dc4936c4cea1f.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'addon')
-rw-r--r-- | addon/facebook/facebook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/facebook/facebook.php b/addon/facebook/facebook.php index 9e41065de..545779cd5 100644 --- a/addon/facebook/facebook.php +++ b/addon/facebook/facebook.php @@ -908,7 +908,7 @@ function fb_consume_stream($uid,$j,$wall = false) { $likedata['body'] = sprintf( t('%1$s likes %2$s\'s %3$s'), $author, $objauthor, $plink); $likedata['object'] = '<object><type>' . ACTIVITY_OBJ_NOTE . '</type><local>1</local>' . - '<id>' . $orig_post['uri'] . '</id><link>' . xmlify('<link rel="alternate" type="text/html" href="' . $orig_post['plink'] . '">') . '</link><title>' . $orig_post['title'] . '</title><content>' . $orig_post['body'] . '</content></object>'; + '<id>' . $orig_post['uri'] . '</id><link>' . xmlify('<link rel="alternate" type="text/html" href="' . xmlify($orig_post['plink']) . '" />') . '</link><title>' . $orig_post['title'] . '</title><content>' . $orig_post['body'] . '</content></object>'; $item = item_store($likedata); } |