;-;
This commit is contained in:
parent
b38b8f6465
commit
8db3a05498
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class ServerInstallController extends Controller
|
||||||
|
|
||||||
$status = $request->input('successful') === '1' ? null : Server::STATUS_INSTALL_FAILED;
|
$status = $request->input('successful') === '1' ? null : Server::STATUS_INSTALL_FAILED;
|
||||||
if ($server->status === Server::STATUS_SUSPENDED) {
|
if ($server->status === Server::STATUS_SUSPENDED) {
|
||||||
$status = Server::STATUS_SUSPENDED
|
$status = Server::STATUS_SUSPENDED;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->repository->update($server->id, ['status' => $status], true, true);
|
$this->repository->update($server->id, ['status' => $status], true, true);
|
||||||
|
|
Loading…
Reference in a new issue