Skip to content

Commit 1ee910a

Browse files
committed
Fix to use visible domains only
1 parent 0e7c3b3 commit 1ee910a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: move_form.cgi

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else {
3737
# New parent
3838
@pdoms = sort { lc($a->{'dom'}) cmp lc($b->{'dom'}) }
3939
grep { !$_->{'parent'} && &can_config_domain($_) }
40-
&list_domains();
40+
&list_visible_domains();
4141
if ($d->{'parent'}) {
4242
@pdoms = grep { $_->{'id'} ne $d->{'parent'} } @pdoms;
4343
}

0 commit comments

Comments
 (0)