summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2014-11-29 14:26:16 +0100
committerBenny Baumann <BenBE@geshi.org>2014-11-29 14:26:16 +0100
commit285cd754385216cec4292ce74f75f945d267c78d (patch)
treea5ae147681f6da31f1c3d035972d00bf03327611 /includes
parentb9e5bc9e1fbcb4ec8be3b361894ab8715e42d630 (diff)
downloadcacert-devel-285cd754385216cec4292ce74f75f945d267c78d.tar.gz
cacert-devel-285cd754385216cec4292ce74f75f945d267c78d.tar.xz
cacert-devel-285cd754385216cec4292ce74f75f945d267c78d.zip
bug 1318: Typo in control structure
Diffstat (limited to 'includes')
-rw-r--r--includes/general.php2
1 files changed, 1 insertions, 1 deletions
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)