comment this out for now - it is not always true

This commit is contained in:
marijus 2015-02-02 17:12:13 +01:00
parent 2546b0a525
commit ed3b5f8251

View File

@ -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');