fix from 3.1.1 merged into master

This commit is contained in:
Benjamin Sonntag 2014-06-26 15:21:46 +02:00
parent 70fcaca22c
commit 86d0d876d2
1 changed files with 1 additions and 0 deletions

View File

@ -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;