aboutsummaryrefslogtreecommitdiffstats
path: root/include/bookmarks.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-04 19:39:56 -0800
committerfriendica <info@friendica.com>2014-02-04 19:39:56 -0800
commit8a11c2941395bdd325ac076bd22ad011fe41f3c7 (patch)
treea316119717113bea8af19c588637ca785bdc4f7d /include/bookmarks.php
parent9f439c3248c0464298e0b486a85ad74ec2df8270 (diff)
downloadvolse-hubzilla-8a11c2941395bdd325ac076bd22ad011fe41f3c7.tar.gz
volse-hubzilla-8a11c2941395bdd325ac076bd22ad011fe41f3c7.tar.bz2
volse-hubzilla-8a11c2941395bdd325ac076bd22ad011fe41f3c7.zip
make links in comments bookmark-able
Diffstat (limited to 'include/bookmarks.php')
-rw-r--r--include/bookmarks.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bookmarks.php b/include/bookmarks.php
index 3ca8ee1c1..3a4c5c5d6 100644
--- a/include/bookmarks.php
+++ b/include/bookmarks.php
@@ -7,6 +7,10 @@ function bookmark_add($channel,$sender,$taxonomy,$private) {
$iarr = array();
$channel_id = $channel['channel_id'];
+
+
+
+
if($private)
$iarr['contact_allow'] = array($channel['channel_hash']);
$iarr['mitem_link'] = $taxonomy['url'];