We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4721967 commit db99e9fCopy full SHA for db99e9f
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