@@ -53,7 +53,7 @@ |
||
| 53 | 53 | |
| 54 | 54 | // Parse fix_crap setting into an array |
| 55 | 55 | $fixCrapSetting = $this->runVar['settings']['fix_crap'] ?? ''; |
| 56 | - $fixCrapTypes = ! empty($fixCrapSetting) |
|
| 56 | + $fixCrapTypes = !empty($fixCrapSetting) |
|
| 57 | 57 | ? (is_array($fixCrapSetting) ? $fixCrapSetting : explode(',', $fixCrapSetting)) |
| 58 | 58 | : []; |
| 59 | 59 | $fixCrapTypes = array_filter($fixCrapTypes); |