Don't load tags UI on message printout page
This commit is contained in:
parent
96205f1347
commit
f554c20175
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,10 @@ class kolab_tags extends rcube_plugin
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($this->rc->action == 'print') {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if ($engine = $this->engine()) {
|
if ($engine = $this->engine()) {
|
||||||
$engine->ui();
|
$engine->ui();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue