Fix submit method naming
This commit is contained in:
parent
012c23586d
commit
0337c4e79d
1 changed files with 3 additions and 3 deletions
|
|
@ -203,10 +203,10 @@ public function submit()
|
||||||
}
|
}
|
||||||
refresh_server_connection($this->server->privateKey);
|
refresh_server_connection($this->server->privateKey);
|
||||||
$this->server->settings->wildcard_domain = $this->wildcard_domain;
|
$this->server->settings->wildcard_domain = $this->wildcard_domain;
|
||||||
if ($this->server->settings->force_server_cleanup) {
|
if ($this->server->settings->force_docker_cleanup) {
|
||||||
$this->server->settings->server_cleanup_frequency = $this->server->settings->server_cleanup_frequency;
|
$this->server->settings->docker_cleanup_frequency = $this->server->settings->docker_cleanup_frequency;
|
||||||
} else {
|
} else {
|
||||||
$this->server->settings->server_cleanup_threshold = $this->server->settings->server_cleanup_threshold;
|
$this->server->settings->docker_cleanup_threshold = $this->server->settings->docker_cleanup_threshold;
|
||||||
}
|
}
|
||||||
$this->server->settings->save();
|
$this->server->settings->save();
|
||||||
$this->server->save();
|
$this->server->save();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue