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; } /** diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 867a1e87b..bd5e68027 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -36,6 +36,7 @@
+ {{* album renaming is not supported atm.
@@ -49,6 +50,7 @@ {{/if}}
+ *}}