diff options
Diffstat (limited to 'actions/edit.php')
-rw-r--r-- | actions/edit.php | 2 |
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 |