From 1c4106ff7736fa9881d7aa6feae7083b89536a53 Mon Sep 17 00:00:00 2001 From: Dave Tosh Date: Tue, 29 Jun 2010 16:25:26 +0000 Subject: small videolist issue fixed git-svn-id: http://code.elgg.org@6581 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') 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 -- cgit v1.2.3