From 285cd754385216cec4292ce74f75f945d267c78d Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 29 Nov 2014 14:26:16 +0100 Subject: bug 1318: Typo in control structure --- includes/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/general.php b/includes/general.php index d9c74b9..4e57d3c 100644 --- a/includes/general.php +++ b/includes/general.php @@ -564,7 +564,7 @@ foreach($mxhostprio as $mx_prio => $mxhostnames) { foreach($mxhostnames as $mx_host) { $mxhosts[] = $mx_host; - ] + } } foreach($mxhosts as $key => $domain) -- cgit v1.2.1