mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Add RawDisplayHandler and fix RSS/Atom not producing the correct headers
This commit is contained in:
parent
35203b684d
commit
a405b91e42
5 changed files with 49 additions and 4 deletions
|
|
@ -187,7 +187,7 @@ class rssView extends rss
|
|||
Context::set('info', $info);
|
||||
|
||||
// Set XML Output
|
||||
Context::setResponseMethod('XMLRPC');
|
||||
Context::setResponseMethod('RAW', 'text/xml');
|
||||
$this->setTemplatePath($this->module_path . 'tpl/format');
|
||||
$this->setTemplateFile($template);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue