From 8efe8f1accd963b5ea7c9da68c50d3e0af4f547f Mon Sep 17 00:00:00 2001 From: till Date: Wed, 29 Aug 2007 12:55:24 +0000 Subject: # bugfix (thanks yllar) git-svn-id: https://svn.roundcube.net/trunk@741 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_shared.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_shared.inc b/roundcubemail/program/include/rcube_shared.inc index a86a3c048..5349ad0dd 100644 --- a/roundcubemail/program/include/rcube_shared.inc +++ b/roundcubemail/program/include/rcube_shared.inc @@ -540,7 +540,7 @@ function rc_request_header($name) else { $key = 'HTTP_' . strtoupper(strtr($name, '-', '_')); - $hdrs = array_change_key_case($_SERVER[$key], CASE_UPPER); + $hdrs = array_change_key_case($_SERVER, CASE_UPPER); } if (isset($hdrs[$key])) { -- cgit v1.2.3