diff options
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)) { |