Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/CronArchive.php')
-rw-r--r--core/CronArchive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/CronArchive.php b/core/CronArchive.php
index cc8a1de71c..d9ed8c6311 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -1017,7 +1017,7 @@ class CronArchive
private function checkResponse($response, $url)
{
if (empty($response)
- || stripos($response, 'error')
+ || stripos($response, 'error') !== false
) {
return $this->logNetworkError($url, $response);
}