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
path: root/core
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-11-20 03:26:10 +0300
committerGitHub <noreply@github.com>2017-11-20 03:26:10 +0300
commit07072e7fae878c146cc81c0ab96b9f5489e4d8ab (patch)
tree5a2b30b52654cfd2c7b8e5c6f32aca8a6e777fd6 /core
parentfd53c52d115b08db8135adc475b9c7fa85c4fcd1 (diff)
Mention that old report data can be invalidated using the new InvalidateReports plugin (#12286)
* Minor changes to wording * Add a mention to the InvalideReports plugin
Diffstat (limited to 'core')
-rw-r--r--core/CronArchive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/CronArchive.php b/core/CronArchive.php
index d9c536a8c3..4d82fab385 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -1154,7 +1154,7 @@ class CronArchive
if (count($this->idSitesInvalidatedOldReports) > 0) {
$ids = ", IDs: " . implode(", ", $this->idSitesInvalidatedOldReports);
$this->logger->info("- Will process " . count($this->idSitesInvalidatedOldReports)
- . " other websites because some old data reports have been invalidated (eg. using the Log Import script) "
+ . " other websites because some old data reports have been invalidated (eg. using the Log Import script or the InvalidateReports plugin) "
. $ids);
}