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:
authordiosmosis <diosmosis@users.noreply.github.com>2020-12-03 03:31:59 +0300
committerGitHub <noreply@github.com>2020-12-03 03:31:59 +0300
commit8e2d7c590c952568bbfa190b10b967ea33269ad5 (patch)
tree2284c6abebf7b88b0ea29967ab624ada09df008b /core
parentba9d657b89f08bfbcbd316fde127e0a53bc1a00b (diff)
Set default ArchiveFilter instance. (#16872)
Diffstat (limited to 'core')
-rw-r--r--core/CronArchive.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/CronArchive.php b/core/CronArchive.php
index 2903290884..07754b5a0d 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -237,6 +237,8 @@ class CronArchive
$this->rawLogDao = new RawLogDao();
$this->cliMultiRequestParser = new RequestParser($this->makeCliMulti()->supportsAsync());
+
+ $this->archiveFilter = new ArchiveFilter();
}
private function isMaintenanceModeEnabled()