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:
authordiosmosis <benaka@piwik.pro>2015-04-19 10:56:12 +0300
committerdiosmosis <benaka@piwik.pro>2015-05-10 08:41:17 +0300
commita4248ad6198d0b41ba619967ee664db6b3864399 (patch)
tree92ca4736d1eb3a9e5a4591753d6aa3d08e030209 /plugins/CoreConsole
parent7a7d3cc3d271ff4a41ccea0e998e9a28f2fdc0fe (diff)
Remove dependency on FrontController::init.
Diffstat (limited to 'plugins/CoreConsole')
-rw-r--r--plugins/CoreConsole/Commands/CoreArchiver.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/CoreConsole/Commands/CoreArchiver.php b/plugins/CoreConsole/Commands/CoreArchiver.php
index bffb3f284f..05cffb7e12 100644
--- a/plugins/CoreConsole/Commands/CoreArchiver.php
+++ b/plugins/CoreConsole/Commands/CoreArchiver.php
@@ -36,12 +36,7 @@ class CoreArchiver extends ConsoleCommand
}
$archiver = self::makeArchiver($url, $input);
-
- try {
- $archiver->main();
- } catch (Exception $e) {
- $archiver->logFatalError($e->getMessage());
- }
+ $archiver->main();
}
// also used by another console command