Fix empty $parms check

- $parms always contains the `_timings` key
This commit is contained in:
Hypolite Petovan 2017-10-22 23:55:27 -04:00
parent cdb8670dea
commit ef7551df81
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ function run_submit($url) {
}
//Empty result is due to an offline site.
if(!count($parms)){
if(!count($parms) > 1){
//For large sites this could lower the health too quickly, so don't track health.
//But for sites that are already in bad status. Do a cleanup now.