From c15f6faced7691ce67015fe1d1b61ff270ae5f96 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 25 Sep 2008 00:30:42 +0000 Subject: - some checks for admins that are advisers (no write access) - send the charset in http header for web services - tag name becomes an xml attribute instead of content for tags.getList and related tags in images.getInfo (more logical and coherent with tags.getAdminList) git-svn-id: http://piwigo.org/svn/trunk@2585 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/ws_core.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ws_core.inc.php') 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); } -- cgit v1.2.3