summaryrefslogtreecommitdiff
path: root/plugins/managesieve/lib/Roundcube/rcube_sieve.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-03-16 16:29:17 +0100
committerAleksander Machniak <alec@alec.pl>2013-03-16 16:29:17 +0100
commitb6fa7d54b852df88de1fa1b36d6221b143e85835 (patch)
tree4e49e0f1300a6924846af9cf7bfe76c7f370d629 /plugins/managesieve/lib/Roundcube/rcube_sieve.php
parentbb080af14d285361ee078514a1d995c096e0f790 (diff)
Add vacation-seconds extension support (RFC 6131)
Diffstat (limited to 'plugins/managesieve/lib/Roundcube/rcube_sieve.php')
-rw-r--r--plugins/managesieve/lib/Roundcube/rcube_sieve.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve.php b/plugins/managesieve/lib/Roundcube/rcube_sieve.php
index 736f73146..a04e3c2a4 100644
--- a/plugins/managesieve/lib/Roundcube/rcube_sieve.php
+++ b/plugins/managesieve/lib/Roundcube/rcube_sieve.php
@@ -84,7 +84,7 @@ class rcube_sieve
return $this->_set_error(SIEVE_ERROR_LOGIN);
}
- $this->exts = $this->get_extensions();
+ $this->exts = $this->get_extensions();
// disable features by config
if (!empty($disabled)) {