fix from 3.1.1 merged into master
This commit is contained in:
parent
70fcaca22c
commit
86d0d876d2
|
@ -2170,6 +2170,7 @@ order by
|
|||
// by subdomain
|
||||
$tmp = array();
|
||||
foreach ($da['sub'] as $sub) {
|
||||
if ($sub['web_action']!='OK') continue;
|
||||
if (!$sub['only_dns']) {
|
||||
if (!isset($tmp[$sub['fqdn']])) {
|
||||
$tmp[$sub['fqdn']] = 0;
|
||||
|
|
Loading…
Reference in New Issue