We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52fe9e2 + 9d4bb86 commit 67bdceeCopy full SHA for 67bdcee
1 file changed
interface/web/sites/web_vhost_domain_list.php
@@ -76,7 +76,7 @@ function onShow() {
76
}
77
78
$list = new list_action;
79
-$list->SQLExtWhere = "web_domain.type = '" . $query_type . "'" . ($show_type != 'domain' ? " AND web_domain.parent_domain_id = '0'" : "");
+$list->SQLExtWhere = "web_domain.type = '" . $query_type . "'" . ($show_type == 'domain' ? " AND web_domain.parent_domain_id = '0'" : "");
80
$list->SQLOrderBy = 'ORDER BY web_domain.domain';
81
$list->onLoad();
82
0 commit comments