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:
Diffstat (limited to 'core/FrontController.php')
-rw-r--r--core/FrontController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index 28031e863b..8e40eb0d39 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -19,7 +19,6 @@ use Piwik\Plugin\Controller;
use Piwik\Plugin\Report;
use Piwik\Plugin\Widgets;
use Piwik\Session;
-use Piwik\Translation\Translator;
/**
* This singleton dispatches requests to the appropriate plugin Controller.