make dropItem more universal and move delete up in the dropdown menu

This commit is contained in:
Mario Vavti
2015-04-12 14:30:33 +02:00
parent 962fdf08c0
commit 70b109702e
4 changed files with 10 additions and 12 deletions

View File

@@ -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);
}
/**