From e019ceea8f10f9be13be0da0cceb4df8f992d6b6 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 16 Nov 2011 12:36:35 +0000 Subject: - Fixed import of rules with unsupported tests git-svn-id: https://svn.roundcube.net/trunk@5440 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/managesieve/lib/rcube_sieve_script.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/managesieve/lib') diff --git a/plugins/managesieve/lib/rcube_sieve_script.php b/plugins/managesieve/lib/rcube_sieve_script.php index 3c6993dcc..155b40298 100644 --- a/plugins/managesieve/lib/rcube_sieve_script.php +++ b/plugins/managesieve/lib/rcube_sieve_script.php @@ -597,9 +597,7 @@ class rcube_sieve_script } // ...and actions block - if ($tests) { - $actions = $this->_parse_actions($content); - } + $actions = $this->_parse_actions($content); if ($tests && $actions) { $result = array( -- cgit v1.2.3