Aleksander Machniak
2015-09-16 392ededc71d9555f243104e7ec821ed6dd1f7af4
plugins/enigma/enigma.php
@@ -50,7 +50,7 @@
            $enabled = $this->rc->config->get('enigma_encryption', true);
            // message displaying
            if ($this->rc->action == 'show' || $this->rc->action == 'preview') {
            if ($this->rc->action == 'show' || $this->rc->action == 'preview' || $this->rc->action == 'print') {
                $this->add_hook('message_load', array($this, 'message_load'));
                $this->add_hook('template_object_messagebody', array($this, 'message_output'));
            }