diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/items.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/items.php b/include/items.php index d541bc8f8..38f8bdca5 100644 --- a/include/items.php +++ b/include/items.php @@ -2965,9 +2965,6 @@ function tgroup_check($uid, $item) { if($r) return true; - if(! perm_is_allowed($uid,$item['author_xchan'],'tag_deliver')) - return false; - $u = q("select * from channel left join xchan on channel_hash = xchan_hash where channel_id = %d limit 1", intval($uid) ); |