diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-02-18 07:30:48 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-02-18 07:30:48 -0500 |
commit | 3e0ad293e118a078d227ca15aaab7cf6cbdb0851 (patch) | |
tree | 6a6a51887d014942c1bf4f9f3085cc7e98252db6 /plugins/managesieve/Changelog | |
parent | 701ef30c28a9db9a1ec905d3911a1fa346d1d010 (diff) |
Fix PHP fatal error when visiting Vacation interface and there's no sieve script yet
Diffstat (limited to 'plugins/managesieve/Changelog')
-rw-r--r-- | plugins/managesieve/Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/managesieve/Changelog b/plugins/managesieve/Changelog index 5255d5b6b..8ce63c811 100644 --- a/plugins/managesieve/Changelog +++ b/plugins/managesieve/Changelog @@ -1,3 +1,5 @@ +- Fix PHP fatal error when visiting Vacation interface and there's no sieve script yet + * version 8.2 [2015-01-14] ----------------------------------------------------------- - Fix bug where actions without if/elseif/else in sieve scripts were skipped |