plugins/kolab_notes

Aleksander Machniak machniak at kolabsys.com
Mon Nov 10 10:22:58 CET 2014


 plugins/kolab_notes/kolab_notes_ui.php |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 922cf5964597e8be7128b278f49358e99a81b1fe
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Mon Nov 10 04:22:15 2014 -0500

    Fix charset issue on note print page (#3879)

diff --git a/plugins/kolab_notes/kolab_notes_ui.php b/plugins/kolab_notes/kolab_notes_ui.php
index bb13813..8c09989 100644
--- a/plugins/kolab_notes/kolab_notes_ui.php
+++ b/plugins/kolab_notes/kolab_notes_ui.php
@@ -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;




More information about the commits mailing list