fixed some i18n problems and moved http related functions out of session and into their own class
This commit is contained in:
parent
e531d8d5b2
commit
f18f408efb
21 changed files with 444 additions and 211 deletions
|
|
@ -19,6 +19,7 @@ use WebGUI::Forum::UI;
|
|||
use WebGUI::Grouping;
|
||||
use WebGUI::HTML;
|
||||
use WebGUI::HTMLForm;
|
||||
use WebGUI::HTTP;
|
||||
use WebGUI::Icon;
|
||||
use WebGUI::International;
|
||||
use WebGUI::MessageLog;
|
||||
|
|
@ -793,9 +794,7 @@ sub www_viewRSS {
|
|||
</channel>
|
||||
</rss>
|
||||
~;
|
||||
|
||||
$session{header}{mimetype} = 'text/xml';
|
||||
|
||||
WebGUI::HTTP::setMimeType("text/xml");
|
||||
return $xml;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue