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:
authorThomas Steur <thomas.steur@gmail.com>2015-01-06 01:41:54 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-01-07 06:35:35 +0300
commitc45bce6140630d17969b726b62ee4bcf8021795a (patch)
tree87470971b12acada2a2d4a075dc94acfac1c9f05 /core/Plugin/Report.php
parent67055650e1ea7c3bc51a687e92652d8d16b201f8 (diff)
refs #6022 moved some reports and columns to ecommerce plugin
Diffstat (limited to 'core/Plugin/Report.php')
-rw-r--r--core/Plugin/Report.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Plugin/Report.php b/core/Plugin/Report.php
index 5f959864cb..36be7630a6 100644
--- a/core/Plugin/Report.php
+++ b/core/Plugin/Report.php
@@ -19,7 +19,6 @@ use Piwik\Cache as PiwikCache;
use Piwik\Piwik;
use Piwik\Plugin\Manager as PluginManager;
use Piwik\Plugins\CoreVisualizations\Visualizations\HtmlTable;
-use Piwik\Translate;
use Piwik\WidgetsList;
use Piwik\ViewDataTable\Factory as ViewDataTableFactory;
use Exception;