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/misc
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-11-27 08:01:07 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-27 08:01:07 +0300
commit42e0ee9476f060312ebc61b65c3620fd41743975 (patch)
tree5bff233111ffd364d7b66fa3566f30311c968dcd /misc
parentabf6f8857e3c944446ff4137f1f5be78b8b0bbdc (diff)
Simplified Piwik\Console's API
Diffstat (limited to 'misc')
-rw-r--r--misc/cron/archive.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/cron/archive.php b/misc/cron/archive.php
index af0f9f8c84..3975f90bea 100644
--- a/misc/cron/archive.php
+++ b/misc/cron/archive.php
@@ -47,7 +47,6 @@ try 'php archive.php --url=http://your.piwik/path'
if (isset($_SERVER['argv']) && Piwik\Console::isSupported()) {
$console = new Piwik\Console();
- $console->init();
// manipulate command line arguments so CoreArchiver command will be executed
$script = array_shift($_SERVER['argv']);