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 'plugins/DoNotTrack/DoNotTrack.php')
-rw-r--r--plugins/DoNotTrack/DoNotTrack.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/DoNotTrack/DoNotTrack.php b/plugins/DoNotTrack/DoNotTrack.php
index 2b8409d394..2ea56e3d0f 100644
--- a/plugins/DoNotTrack/DoNotTrack.php
+++ b/plugins/DoNotTrack/DoNotTrack.php
@@ -8,6 +8,8 @@
* @category Piwik_Plugins
* @package Piwik_DoNotTrack
*/
+use Piwik\Plugin;
+use Piwik\Common;
/**
* Ignore visits where user agent's request contains either:
@@ -16,7 +18,7 @@
*
* @package Piwik_DoNotTrack
*/
-class Piwik_DoNotTrack extends Piwik_Plugin
+class Piwik_DoNotTrack extends Plugin
{
/**
* @see Piwik_Plugin::getListHooksRegistered