diff options
author | marijus <mario@mariovavti.com> | 2015-02-02 17:12:13 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-02-02 17:12:13 +0100 |
commit | ed3b5f8251fa1534c967e756529aa397cc78fb3a (patch) | |
tree | b2f21b2569c1f97836f9cc3935e51213c8cf5b46 /include/attach.php | |
parent | 2546b0a5255b4e7031a94b3a59deb1687a68e350 (diff) | |
download | volse-hubzilla-ed3b5f8251fa1534c967e756529aa397cc78fb3a.tar.gz volse-hubzilla-ed3b5f8251fa1534c967e756529aa397cc78fb3a.tar.bz2 volse-hubzilla-ed3b5f8251fa1534c967e756529aa397cc78fb3a.zip |
comment this out for now - it is not always true
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/attach.php b/include/attach.php index d99d8d89e..5f9d38115 100644 --- a/include/attach.php +++ b/include/attach.php @@ -987,13 +987,13 @@ function file_activity($channel_id, $object, $allow_cid, $allow_gid, $deny_cid, $allow_gid = $r_perms['allow_gid']; $deny_cid = $r_perms['deny_cid']; $deny_gid = $r_perms['deny_gid']; - +/* if(!$allow_gid && !$allow_cid) { notice( t('Allowed permissions for this file are not recursive. None of your allowed contacts will have access to this file.') . EOL); $verb = 'update'; $update = true; } - +*/ } require_once('include/items.php'); |