From 3423daa3784995f25b72ebfb1e17d59f745f9354 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 2 Nov 2010 18:20:13 +0000 Subject: Using REFERER shorthand throughout core git-svn-id: http://code.elgg.org/elgg/trunk@7193 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/widgets/add.php | 2 +- actions/widgets/reorder.php | 2 +- actions/widgets/save.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'actions/widgets') diff --git a/actions/widgets/add.php b/actions/widgets/add.php index b38e53f0d..57c331e21 100644 --- a/actions/widgets/add.php +++ b/actions/widgets/add.php @@ -27,4 +27,4 @@ if ($result) { register_error(elgg_echo('widgets:save:failure')); } -forward($_SERVER['HTTP_REFERER']); \ No newline at end of file +forward(REFERER); \ No newline at end of file diff --git a/actions/widgets/reorder.php b/actions/widgets/reorder.php index c7c525a81..e43a0ba73 100644 --- a/actions/widgets/reorder.php +++ b/actions/widgets/reorder.php @@ -21,4 +21,4 @@ if ($result) { register_error(elgg_echo('widgets:panel:save:failure')); } -forward($_SERVER['HTTP_REFERER']); \ No newline at end of file +forward(REFERER); \ No newline at end of file diff --git a/actions/widgets/save.php b/actions/widgets/save.php index 673767939..945634d97 100644 --- a/actions/widgets/save.php +++ b/actions/widgets/save.php @@ -27,4 +27,4 @@ if ($result) { register_error(elgg_echo('widgets:save:failure')); } -forward($_SERVER['HTTP_REFERER']); \ No newline at end of file +forward(REFERER); \ No newline at end of file -- cgit v1.2.3