diff --git a/data/web/inc/functions.address_rewriting.inc.php b/data/web/inc/functions.address_rewriting.inc.php index b731e16b..ce2cf578 100644 --- a/data/web/inc/functions.address_rewriting.inc.php +++ b/data/web/inc/functions.address_rewriting.inc.php @@ -314,7 +314,7 @@ function recipient_map($_action, $_data = null, $attr = null) { } foreach ($new_dest as &$new_dest_e) { if (!filter_var($new_dest_e, FILTER_VALIDATE_EMAIL)) { - $new_dest_e = null;; + $new_dest_e = null; } $new_dest_e = strtolower($new_dest_e); }