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:
authormattab <matthieu.aubry@gmail.com>2015-01-05 21:19:18 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-05 21:19:18 +0300
commitfb24efd2880f012a1ca95896f00c8eb5367c9dc9 (patch)
treee6983a6b041701ef57f917f849e9a7752f1f305b /core/CronArchive.php
parent0dc425d01d15025bf719a02d74bfac315c29bb61 (diff)
Submodules
Diffstat (limited to 'core/CronArchive.php')
-rw-r--r--core/CronArchive.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CronArchive.php b/core/CronArchive.php
index 743b88b888..4925d01c65 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -850,6 +850,7 @@ class CronArchive
} else {
$message .= "Response was '$response'";
}
+
$this->logError($message);
return false;
}