Skip to content

Commit 52019c5

Browse files
author
Till Brehm
committed
Merge branch 'feature/php53-compat' into 'stable-3.1'
Don't use short array syntax See merge request ispconfig/ispconfig3!982
2 parents 5f96909 + d617e5c commit 52019c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/dns_spf_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function onSubmit() {
181181
}
182182

183183
// Create spf-record
184-
$spf_record = [];
184+
$spf_record = array();
185185

186186
if (!empty($this->dataRecord['spf_mx'])) {
187187
$spf_record[] = 'mx';

0 commit comments

Comments
 (0)