aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-02-02 16:48:49 +0100
committermarijus <mario@mariovavti.com>2015-02-02 16:48:49 +0100
commit2546b0a5255b4e7031a94b3a59deb1687a68e350 (patch)
tree4f82ebae71bfbcd22a4753be630196277dd10ad6 /include
parent74da8f2e87e863d6cde2598d6929fa035499fddd (diff)
downloadvolse-hubzilla-2546b0a5255b4e7031a94b3a59deb1687a68e350.tar.gz
volse-hubzilla-2546b0a5255b4e7031a94b3a59deb1687a68e350.tar.bz2
volse-hubzilla-2546b0a5255b4e7031a94b3a59deb1687a68e350.zip
one important line missing
Diffstat (limited to 'include')
-rw-r--r--include/attach.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/attach.php b/include/attach.php
index 23cfca0d0..d99d8d89e 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -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;
}
}