plugins/kolab_tags

Aleksander Machniak machniak at kolabsys.com
Wed Aug 20 09:35:07 CEST 2014


 plugins/kolab_tags/kolab_tags.php |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit f554c201754ebc44229c74e6d3d11ef0c0059190
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Mon Aug 18 16:12:23 2014 -0400

    Don't load tags UI on message printout page

diff --git a/plugins/kolab_tags/kolab_tags.php b/plugins/kolab_tags/kolab_tags.php
index 730d50c..c3a1846 100644
--- a/plugins/kolab_tags/kolab_tags.php
+++ b/plugins/kolab_tags/kolab_tags.php
@@ -79,6 +79,10 @@ class kolab_tags extends rcube_plugin
             return;
         }
 
+        if ($this->rc->action == 'print') {
+            return;
+        }
+
         if ($engine = $this->engine()) {
             $engine->ui();
         }




More information about the commits mailing list