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 b33d7d5 commit c4cf454Copy full SHA for c4cf454
interface/web/sites/web_vhost_domain_edit.php
@@ -188,7 +188,7 @@ function onShowEnd() {
188
}
189
$server_id = intval(@$this->dataRecord["server_id"]);
190
} else {
191
- $server_id = (isset($web_servers[0])) ? intval($web_servers[0]) : 0;
+ $server_id = (isset($web_servers[0])) ? intval($web_servers[0]) : 1;
192
193
194
if($app->functions->intval($this->dataRecord["server_id"]) > 0) {
@@ -314,7 +314,7 @@ function onShowEnd() {
314
315
316
317
318
319
320
if ($settings['use_domain_module'] != 'y') {
0 commit comments