diff options
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index a469d1f00..2e2cf12d7 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1312,7 +1312,7 @@ include_once "includes/file.inc"; set_error_handler("error_handler"); // spit out the correct charset http header -header("Content-Type: text/html; charset=utf-8"); +drupal_set_header("Content-Type: text/html; charset=utf-8"); // initialize the _GET["q"] prior to loading the modules and invoking their 'init' hook: if (!empty($_GET["q"])) { |