Fix charset issue on note print page (#3879)

This commit is contained in:
Aleksander Machniak 2014-11-10 04:22:15 -05:00
parent c6f5a8233b
commit 922cf59645

View file

@ -428,6 +428,7 @@ class kolab_notes_ui
*/
public function print_template()
{
header('Content-Type: text/html; charset=' . RCUBE_CHARSET);
$this->rc->output->reset(true);
echo $this->rc->output->parse('kolab_notes.print', false, false);
exit;