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-30 03:40:58 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-05 05:25:14 +0300
commit63b88aa2da0b69f45879d5548bc3741843d65e47 (patch)
treed11af46e091178d972181e84576ed441a632b349 /core/FrontController.php
parent0e0fc76d83fc3de130b46ebf76f22dab87a66650 (diff)
Removed useless import
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.