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/Provider/Provider.php')
-rw-r--r--plugins/Provider/Provider.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Provider/Provider.php b/plugins/Provider/Provider.php
index b785229214..ca7c05ae8d 100644
--- a/plugins/Provider/Provider.php
+++ b/plugins/Provider/Provider.php
@@ -8,7 +8,7 @@
* @category Piwik_Plugins
* @package Piwik_Provider
*/
-use Piwik\Core\Common;
+use Piwik\Common;
/**
*
@@ -111,7 +111,7 @@ class Piwik_Provider extends Piwik_Plugin
// In case the IP was anonymized, we should not continue since the DNS reverse lookup will fail and this will slow down tracking
if (substr($ip, -2, 2) == '.0') {
- printDebug("IP Was anonymized so we skip the Provider DNS reverse lookup...");
+ Common::printDebug("IP Was anonymized so we skip the Provider DNS reverse lookup...");
return;
}