Skip to content

Commit d617e5c

Browse files
author
Webslice
committed
Don't use short array syntax
1 parent 5f96909 commit d617e5c

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)