mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
XML 응답 처리 문제 수정
rss 요청시 Content-Type: text/xml 헤더로 응답할 수 없었던 문제 수정
This commit is contained in:
parent
4e1ee79da2
commit
468b1cc00f
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class DisplayHandler extends Handler
|
|||
self::_printJSONHeader();
|
||||
}
|
||||
}
|
||||
elseif(Context::getRequestMethod() == 'XMLRPC')
|
||||
elseif(Context::getResponseMethod() == 'XMLRPC')
|
||||
{
|
||||
self::_printXMLHeader();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue