one important line missing

This commit is contained in:
marijus 2015-02-02 16:48:49 +01:00
parent 74da8f2e87
commit 2546b0a525

View file

@ -991,6 +991,7 @@ function file_activity($channel_id, $object, $allow_cid, $allow_gid, $deny_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);
$verb = 'update';
$update = true;
}
}