aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-12 14:30:33 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-12 14:30:33 +0200
commit70b109702ef20d0ebad027a98964ceae1fb216c3 (patch)
tree48e7edb413af553d32051faffc5fd901d997f98f /include/attach.php
parent962fdf08c0f3c83927ed23a1b6f384b2c3d74aae (diff)
downloadvolse-hubzilla-70b109702ef20d0ebad027a98964ceae1fb216c3.tar.gz
volse-hubzilla-70b109702ef20d0ebad027a98964ceae1fb216c3.tar.bz2
volse-hubzilla-70b109702ef20d0ebad027a98964ceae1fb216c3.zip
make dropItem more universal and move delete up in the dropdown menu
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php
index e624734fa..e6d6e5f24 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -832,7 +832,7 @@ function attach_delete($channel_id, $resource) {
intval($channel_id)
);
- file_activity($channel_id, $object, $object['allow_cid'], $object['allow_gid'], $object['deny_cid'], $object['deny_gid'], 'update', $no_activity=false);
+ file_activity($channel_id, $object, $object['allow_cid'], $object['allow_gid'], $object['deny_cid'], $object['deny_gid'], 'update', $notify=0);
}
/**