Fix type error (array). Allows testsuite to run under PHP 7.1.x - Closes #2
This commit is contained in:
parent
25d39b0468
commit
460eedccf2
1 changed files with 2 additions and 2 deletions
|
@ -338,7 +338,7 @@ if (!$items)
|
|||
'Zone Email:' => 'zone.email'
|
||||
);
|
||||
|
||||
$r = '';
|
||||
$r = [];
|
||||
$disok = true;
|
||||
|
||||
while (list($key,$val) = each($rawdata))
|
||||
|
@ -884,4 +884,4 @@ else
|
|||
|
||||
return sprintf("%.4d-%02d-%02d",$res['y'],$res['m'],$res['d']);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue