Aleksander Machniak
2014-04-13 f4bd85b8d0414f16e90f0e8ceaf0cc031df68f59
Fix disabled create filter action
2 files modified
3 ■■■■ changed files
plugins/managesieve/Changelog 1 ●●●● patch | view | raw | blame | history
plugins/managesieve/managesieve.php 2 ●●● patch | view | raw | blame | history
plugins/managesieve/Changelog
@@ -1,4 +1,5 @@
- Added optional separate interface for out-of-office management (#1488266)
- Fix disabled "create filter" action
* version 7.2 [2014-02-14]
-----------------------------------------------------------
plugins/managesieve/managesieve.php
@@ -72,7 +72,7 @@
        // load localization
        $this->add_texts('localization/');
        if (strpos($this->rc->action, 'plugin.managesieve') === 0) {
        if ($this->rc->task == 'mail' || strpos($this->rc->action, 'plugin.managesieve') === 0) {
            $this->include_script('managesieve.js');
        }