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 05:48:46 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-20 05:48:46 +0400
commit76ba5f84480d3216237bb2c0992b6c5fb059f350 (patch)
treecab655e59006d4ebc28f5accd51dfb79c4d5dd06 /plugins/Actions/Reports
parente9aae52fb3bc392663ee19aa2a5f702a3ed71fbf (diff)
started to port goal reports to use new structure, probably not working yet
Diffstat (limited to 'plugins/Actions/Reports')
-rw-r--r--plugins/Actions/Reports/Get.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Actions/Reports/Get.php b/plugins/Actions/Reports/Get.php
index 88241c402b..612666c32a 100644
--- a/plugins/Actions/Reports/Get.php
+++ b/plugins/Actions/Reports/Get.php
@@ -9,8 +9,6 @@
namespace Piwik\Plugins\Actions\Reports;
use Piwik\Piwik;
-use Piwik\Plugin\ViewDataTable;
-use Piwik\Plugins\Actions\API;
class Get extends Base
{