Skip to content
Snippets Groups Projects
Commit 52019c54 authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch 'feature/php53-compat' into 'stable-3.1'

Don't use short array syntax

See merge request ispconfig/ispconfig3!982
parents 5f969095 d617e5cc
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ class page_action extends tform_actions { ...@@ -181,7 +181,7 @@ class page_action extends tform_actions {
} }
// Create spf-record // Create spf-record
$spf_record = []; $spf_record = array();
if (!empty($this->dataRecord['spf_mx'])) { if (!empty($this->dataRecord['spf_mx'])) {
$spf_record[] = 'mx'; $spf_record[] = 'mx';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment