|
@@ -115,8 +115,8 @@ |
|
|
block discarded – undo |
|
115
|
115
|
if($this->checkType == self::CHECK_SINGLE && count($invalidFiles) < count($files)) { |
|
116
|
116
|
return array(EnvironmentCheck::OK, ''); |
|
117
|
117
|
} else { |
|
118
|
|
- if (count($invalidFiles) == 0) return array(EnvironmentCheck::OK, ''); |
|
119
|
|
- else return array( |
|
|
118
|
+ if (count($invalidFiles) == 0) return array(EnvironmentCheck::OK, ''); |
|
|
119
|
+ else return array( |
|
120
|
120
|
EnvironmentCheck::ERROR, |
|
121
|
121
|
sprintf('No files matched criteria (%s %s)', $this->compareOperand, date('c', $cutoffTime)) |
|
122
|
122
|
); |
Please login to merge, or discard this patch.