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@googlemail.com>2014-06-20 07:55:28 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-20 07:55:28 +0400
commite9676912d48960579652852f6d48b6983b9d87be (patch)
tree4f782306970d99e6a26809bfb0b0ab05c058e7db /plugins/Events/Reports
parentc7edd733b426d102177b1b03c5f1d059e0bcf624 (diff)
cache report instances
Diffstat (limited to 'plugins/Events/Reports')
-rw-r--r--plugins/Events/Reports/GetAction.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Events/Reports/GetAction.php b/plugins/Events/Reports/GetAction.php
index 85accf7f5f..04ed51bd21 100644
--- a/plugins/Events/Reports/GetAction.php
+++ b/plugins/Events/Reports/GetAction.php
@@ -9,7 +9,6 @@
namespace Piwik\Plugins\Events\Reports;
use Piwik\Piwik;
-use Piwik\Plugin\ViewDataTable;
use Piwik\Plugins\Events\Columns\EventAction;
class GetAction extends Base