aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/edit.php b/actions/edit.php
index 6ccc2a320..46df32e16 100644
--- a/actions/edit.php
+++ b/actions/edit.php
@@ -39,4 +39,4 @@ if ($result)
else
register_error(elgg_echo("videolist:editfailed"));
-forward($CONFIG->wwwroot . "pg/videolist/" . $container->username); \ No newline at end of file
+forward($_SERVER['HTTP_REFERER']); \ No newline at end of file