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 <benaka@piwik.pro>2014-10-16 05:49:26 +0400
committerdiosmosis <benaka@piwik.pro>2014-10-16 05:49:26 +0400
commit8fd2180d85dab6d9b6e3cef04813442d44fe058b (patch)
tree3448564d6e0485e5b2126af3b44fca3c0e2f3750 /core
parentcbc8714a9e281721e1e4ceddd7b9826339a1520a (diff)
Forgot to remove calls to initCheckCli in last commit.
Diffstat (limited to 'core')
-rw-r--r--core/CronArchive.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/CronArchive.php b/core/CronArchive.php
index 8549cbb8ea..1a8a53c918 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -233,7 +233,6 @@ class CronArchive
// Note: the order of methods call matters here.
$this->initCore();
$this->initTokenAuth();
- $this->initCheckCli();
$this->initStateFromParameters();
$this->logInitInfo();