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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-19 00:13:27 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-19 00:13:27 +0300
commit1fc84146b16f178f95f7b95b089426f9c84744d9 (patch)
treee90e0c099f387671e0ad12ef4c2160835abaeb1a /plugins/CoreConsole
parent6590128885af88b5bbfe9c0a856a224006f8e7e3 (diff)
parent484cd7a3079f0165728b4391d1bbdd2d478e6bf0 (diff)
Merge branch 'master' into log-refactoring-1
Conflicts: CHANGELOG.md plugins/CoreConsole/Commands/CoreArchiver.php
Diffstat (limited to 'plugins/CoreConsole')
-rw-r--r--plugins/CoreConsole/Commands/CoreArchiver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreConsole/Commands/CoreArchiver.php b/plugins/CoreConsole/Commands/CoreArchiver.php
index 39167e8870..ec151bf0ef 100644
--- a/plugins/CoreConsole/Commands/CoreArchiver.php
+++ b/plugins/CoreConsole/Commands/CoreArchiver.php
@@ -35,7 +35,7 @@ class CoreArchiver extends ConsoleCommand
throw new \InvalidArgumentException('No valid URL given. If you have specified a valid URL try --piwik-domain instead of --url');
}
- $archiver = $this->makeArchiver($url, $input);
+ $archiver = self::makeArchiver($url, $input);
try {
$archiver->main();