aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_core.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/ws_core.inc.php')
-rw-r--r--include/ws_core.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws_core.inc.php b/include/ws_core.inc.php
index 24f10f114..0fb0641ca 100644
--- a/include/ws_core.inc.php
+++ b/include/ws_core.inc.php
@@ -369,7 +369,7 @@ Request format: ".@$this->_requestFormat." Response format: ".@$this->_responseF
$encodedResponse = $this->_responseEncoder->encodeResponse($response);
$contentType = $this->_responseEncoder->getContentType();
- @header('Content-Type: '.$contentType);
+ @header('Content-Type: '.$contentType.'; charset='.get_pwg_charset());
print_r($encodedResponse);
}