fix: why?!

This commit is contained in:
Andras Bacsai
2023-12-20 18:09:01 +01:00
parent 51db2f797d
commit 694169bb84
5 changed files with 5 additions and 4 deletions

View File

@@ -164,6 +164,7 @@ class Server extends BaseModel
ray('serverUptimeCheckNumberMax: ' . $serverUptimeCheckNumberMax);
$result = $this->validateConnection();
ray($result);
if ($result) {
if ($this->unreachable_notification_sent === true) {
$this->update(['unreachable_notification_sent' => false]);