]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
reverting recent db driver changes - won't install cleanly, won't update cleanly...
[friendica.git] / mod / tagger.php
index da4e74c61b2ecb0b12d9589ad4b907c25ab7ac80..3ff5d57aa2091af318bbe43fce5b0da8612f14ac 100644 (file)
@@ -105,7 +105,7 @@ EOT;
        if(! isset($bodyverb))
                        return; 
 
-       $termlink = '#[url=' . $a->get_baseurl() . '/search?search=' . urlencode($term) . ']'. $term . '[/url]';
+       $termlink = html_entity_decode('⌗') . '[url=' . $a->get_baseurl() . '/search?search=' . urlencode($term) . ']'. $term . '[/url]';
 
        $arr = array();
 
@@ -134,6 +134,7 @@ EOT;
        $arr['target'] = $target;
        $arr['object-type'] = $objtype;
        $arr['object'] = $obj;
+       $arr['private'] = $item['private'];
        $arr['allow_cid'] = $item['allow_cid'];
        $arr['allow_gid'] = $item['allow_gid'];
        $arr['deny_cid'] = $item['deny_cid'];