aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-02-27 12:31:07 +0100
committerMario Vavti <mario@mariovavti.com>2016-02-27 12:31:07 +0100
commit58cf9d832c0e4af82cc27588fcf4442079d9b105 (patch)
tree22a6ba1f1219850fbc91bf12175892e8f8c09419 /include/attach.php
parent6126070a1d53c3ef4f59c8a0a6160610ef16563c (diff)
downloadvolse-hubzilla-58cf9d832c0e4af82cc27588fcf4442079d9b105.tar.gz
volse-hubzilla-58cf9d832c0e4af82cc27588fcf4442079d9b105.tar.bz2
volse-hubzilla-58cf9d832c0e4af82cc27588fcf4442079d9b105.zip
make attach_delete() return and comment out album rename functionality since this is not supported by the backend at the moment.
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php2
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;
}
/**