diff options
author | Mario <mario@mariovavti.com> | 2024-07-23 14:00:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-07-23 14:00:07 +0000 |
commit | 2dad3a8fe592751ba107a492a8b9f29b0df15e16 (patch) | |
tree | 276f152b0b0737cefd07b1b88f6186da76d6c9f5 /include/items.php | |
parent | d99ba64206057ad3f314514bc95a42e2020fae97 (diff) | |
download | volse-hubzilla-2dad3a8fe592751ba107a492a8b9f29b0df15e16.tar.gz volse-hubzilla-2dad3a8fe592751ba107a492a8b9f29b0df15e16.tar.bz2 volse-hubzilla-2dad3a8fe592751ba107a492a8b9f29b0df15e16.zip |
the tag_deliver permission is not used anymore
Diffstat (limited to 'include/items.php')
-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) ); |