diff options
author | Dave Tosh <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-29 16:25:26 +0000 |
---|---|---|
committer | Dave Tosh <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-29 16:25:26 +0000 |
commit | 1c4106ff7736fa9881d7aa6feae7083b89536a53 (patch) | |
tree | d9f4e22851824dc906909163dcc84765ff74e708 /actions/edit.php | |
parent | b6cc5ca48341e74d0fed33eae3b9772c30e87d21 (diff) | |
download | elgg-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/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 |