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:
authormattab <matthieu.aubry@gmail.com>2014-12-18 23:53:49 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-18 23:53:49 +0300
commit7379b0db12b3eabd69517ae730785c43d0a22154 (patch)
tree9f3c80a31165c3d4053b49d651aac9245e9c47f6 /plugins/CoreConsole
parentc48290dfa02d74724a4c34f5c3af3c2d73e0ee89 (diff)
Minor changelog edits
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 3ed3f2a7a5..d34b422d55 100644
--- a/plugins/CoreConsole/Commands/CoreArchiver.php
+++ b/plugins/CoreConsole/Commands/CoreArchiver.php
@@ -39,7 +39,7 @@ class CoreArchiver extends ConsoleCommand
Log::getInstance()->setLogLevel(Log::VERBOSE);
}
- $archiver = $this->makeArchiver($url, $input);
+ $archiver = self::makeArchiver($url, $input);
try {
$archiver->main();