aboutsummaryrefslogtreecommitdiff
path: root/mod/file/actions/file/delete.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/actions/file/delete.php')
-rw-r--r--mod/file/actions/file/delete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/actions/file/delete.php b/mod/file/actions/file/delete.php
index 622d02277..72585aa36 100644
--- a/mod/file/actions/file/delete.php
+++ b/mod/file/actions/file/delete.php
@@ -27,7 +27,7 @@ if (!$file->delete()) {
}
if (elgg_instanceof($container, 'group')) {
- forward("file/group/$container->guid/owner");
+ forward("file/group/$container->guid/all");
} else {
forward("file/owner/$container->username");
}