diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/attach.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/attach.php b/include/attach.php index 10ff9f13f..de6c506ce 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1314,6 +1314,8 @@ function attach_delete($channel_id, $resource, $is_photo = 0) { ); file_activity($channel_id, $object, $object['allow_cid'], $object['allow_gid'], $object['deny_cid'], $object['deny_gid'], 'update', $notify=1); + + return; } /** |