From d148986b66ccc995bc22f19be401571404e1957b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Tue, 17 Jul 2018 00:30:09 +0200 Subject: [PATCH] [Web] Remove duplicate ; --- data/web/inc/functions.address_rewriting.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }