Skip to content

Commit 3c2c55d

Browse files
author
Marius Burkard
committed
- fixed wrong data read
1 parent 3ee6789 commit 3c2c55d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/web/sites/form/web_vhost_domain.tform.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,8 @@
662662
$missing_utils = unserialize($mon['data']);
663663
if(!$missing_utils) {
664664
$missing_utils = array();
665+
} else {
666+
$missing_utils = $missing_utils['missing_utils'];
665667
}
666668
}
667669
} else {

0 commit comments

Comments
 (0)