diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-14 09:04:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-14 09:04:40 +0200 |
commit | 1b160c0a2d14c0e50cec056d1e15b35ce6e50e0a (patch) | |
tree | e5c59ee13e4d90b2716186e4ad92cee8b9d1f3c0 /include | |
parent | 83f8a03964cef46e35242af0e150e62d99fde5cf (diff) | |
parent | 356c7003f2d18a283a819c22c255f03397e99fc9 (diff) | |
download | volse-hubzilla-1b160c0a2d14c0e50cec056d1e15b35ce6e50e0a.tar.gz volse-hubzilla-1b160c0a2d14c0e50cec056d1e15b35ce6e50e0a.tar.bz2 volse-hubzilla-1b160c0a2d14c0e50cec056d1e15b35ce6e50e0a.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/text.php b/include/text.php index 681103389..7a6fb3d4e 100644 --- a/include/text.php +++ b/include/text.php @@ -2717,10 +2717,6 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $i } } - if(($exclusive) && (! $access_tag)) { - $access_tag .= 'cid:' . $channel['channel_hash']; - } - // if there is an url for this channel if(isset($profile)) { |