diff options
author | Benny Baumann <BenBE@geshi.org> | 2014-11-30 19:03:44 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2014-11-30 19:03:44 +0100 |
commit | b388a866c926be68aeb5a9e5bb28b364fa39ad86 (patch) | |
tree | f1da5b20c24a70eacfcb79824be36bd799ebc64e /includes | |
parent | 18e87bafbf9f28af77280e29bca27e642890a0bd (diff) | |
download | cacert-devel-b388a866c926be68aeb5a9e5bb28b364fa39ad86.tar.gz cacert-devel-b388a866c926be68aeb5a9e5bb28b364fa39ad86.tar.xz cacert-devel-b388a866c926be68aeb5a9e5bb28b364fa39ad86.zip |
bug 1318: Minor typobug-1318
Diffstat (limited to 'includes')
-rw-r--r-- | includes/general.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/general.php b/includes/general.php index b2e3258..a03a45f 100644 --- a/includes/general.php +++ b/includes/general.php @@ -553,7 +553,7 @@ $mx_host = trim($mxhostrr[$i], '.'); $mx_prio = $mxweight[$i]; if(empty($mxhostprio[$mx_prio])) { - $mxhostprio[$mx_prio] = arraY(); + $mxhostprio[$mx_prio] = array(); } $mxhostprio[$mx_prio][] = $mx_host; } |