Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoh committed Apr 18, 2015
1 parent f89ca70 commit feeb833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Roundcube Webmail SieveRules
============================

Version 2.2.1 (2015-04-18, rc-1.1)
=================================================
* Fix missing size_test function in vacation validation
* Fix buggy display of auto reply rule

Expand Down
2 changes: 1 addition & 1 deletion lib/Roundcube/rcube_sieve_script.php
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ private function _parse_list($content, $regex = false)
$result = array();

if ($regex) {
if (preg_match('/^"(.*)"$/', $content, $matches));
if (preg_match('/^"(.*)"$/', $content, $matches))
$content = $matches[1];

$content = str_replace('\"', '"', $content);
Expand Down

0 comments on commit feeb833

Please sign in to comment.