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/admin/menu_items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/admin/menu_items.php') diff --git a/actions/admin/menu_items.php b/actions/admin/menu_items.php index 8b01ae8fe..c9efb8bee 100644 --- a/actions/admin/menu_items.php +++ b/actions/admin/menu_items.php @@ -47,4 +47,4 @@ set_config('menu_items_custom_items', $custom_items); system_message(elgg_echo('admin:menu_items:saved')); -forward($_SERVER['HTTP_REFERER']); +forward(REFERER); -- cgit v1.2.3