aboutsummaryrefslogtreecommitdiff
path: root/actions/widgets
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-02 18:20:13 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-02 18:20:13 +0000
commit3423daa3784995f25b72ebfb1e17d59f745f9354 (patch)
tree67c91d9979825a40906b432dad40afe860458930 /actions/widgets
parent9e4472a987fb626b370f36377f761bde5ba32bdd (diff)
downloadelgg-3423daa3784995f25b72ebfb1e17d59f745f9354.tar.gz
elgg-3423daa3784995f25b72ebfb1e17d59f745f9354.tar.bz2
Using REFERER shorthand throughout core
git-svn-id: http://code.elgg.org/elgg/trunk@7193 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/widgets')
-rw-r--r--actions/widgets/add.php2
-rw-r--r--actions/widgets/reorder.php2
-rw-r--r--actions/widgets/save.php2
3 files changed, 3 insertions, 3 deletions
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