diff options
Diffstat (limited to 'modules/comment/helpers')
-rw-r--r-- | modules/comment/helpers/comment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment.php b/modules/comment/helpers/comment.php index 444e7e95..e5904bad 100644 --- a/modules/comment/helpers/comment.php +++ b/modules/comment/helpers/comment.php @@ -48,7 +48,7 @@ class comment_Core { // These values are useful for spam fighting, so save them with the comment. $input = Input::instance(); $comment->server_http_accept = $input->server("HTTP_ACCEPT"); - $comment->server_http_accept_charset = $input->server("SERVER_HTTP_ACCEPT_CHARSET"); + $comment->server_http_accept_charset = $input->server("HTTP_ACCEPT_CHARSET"); $comment->server_http_accept_encoding = $input->server("HTTP_ACCEPT_ENCODING"); $comment->server_http_accept_language = $input->server("HTTP_ACCEPT_LANGUAGE"); $comment->server_http_connection = $input->server("HTTP_CONNECTION"); |