Refactor
parent
5934e9a25c
commit
7ffc75598a
|
@ -367,9 +367,9 @@ class StatusUpdater
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check ssl cert just when other error is not already in...
|
// Check ssl cert just when other error is not already in...
|
||||||
if ($result !== false) {
|
if ($result !== false) {
|
||||||
$this->checkSsl($this->server, $this->error, $result);
|
$this->checkSsl($this->server, $this->error, $result);
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if server is available and rerun if asked.
|
// check if server is available and rerun if asked.
|
||||||
if (!$result && $run < $max_runs) {
|
if (!$result && $run < $max_runs) {
|
||||||
|
|
Loading…
Reference in New Issue