one important line missing
This commit is contained in:
parent
74da8f2e87
commit
2546b0a525
@ -991,6 +991,7 @@ function file_activity($channel_id, $object, $allow_cid, $allow_gid, $deny_cid,
|
|||||||
if(!$allow_gid && !$allow_cid) {
|
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);
|
notice( t('Allowed permissions for this file are not recursive. None of your allowed contacts will have access to this file.') . EOL);
|
||||||
$verb = 'update';
|
$verb = 'update';
|
||||||
|
$update = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user