We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a118dd commit 7f6a7e8Copy full SHA for 7f6a7e8
interface/web/dns/dns_import.php
@@ -194,7 +194,7 @@
194
$domain_select .= " selected";
195
$selected_domain = $domain['domain'];
196
}
197
- $domain_select .= ">" . $app->functions->idn_decode($selected_domain) . ".</option>\r\n";
+ $domain_select .= ">" . $app->functions->idn_decode($domain['domain']) . ".</option>\r\n";
198
199
200
$app->tpl->setVar("domain_option", $domain_select);
0 commit comments