aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorDave Tosh <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-29 16:25:26 +0000
committerDave Tosh <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-29 16:25:26 +0000
commit1c4106ff7736fa9881d7aa6feae7083b89536a53 (patch)
treed9f4e22851824dc906909163dcc84765ff74e708 /actions
parentb6cc5ca48341e74d0fed33eae3b9772c30e87d21 (diff)
downloadelgg-1c4106ff7736fa9881d7aa6feae7083b89536a53.tar.gz
elgg-1c4106ff7736fa9881d7aa6feae7083b89536a53.tar.bz2
small videolist issue fixed
git-svn-id: http://code.elgg.org@6581 36083f99-b078-4883-b0ff-0f9b5a30f544
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