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:
authormattab <matthieu.aubry@gmail.com>2013-07-20 08:49:26 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-20 08:49:26 +0400
commit6e38973acc12e9f7fa2d02edee3f8bbbfdbb9694 (patch)
tree603ff550b4302bd88a2a73f413b59cf61ef9e372 /plugins/Provider
parent03b4953f008c1063e6d7166143ba844e8c6e89cc (diff)
Removing extra namespace \Core
Diffstat (limited to 'plugins/Provider')
-rw-r--r--plugins/Provider/API.php2
-rw-r--r--plugins/Provider/Provider.php4
-rw-r--r--plugins/Provider/functions.php2
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Provider/API.php b/plugins/Provider/API.php
index 687527d571..20408c70b8 100644
--- a/plugins/Provider/API.php
+++ b/plugins/Provider/API.php
@@ -8,7 +8,7 @@
* @category Piwik_Plugins
* @package Piwik_Provider
*/
-use Piwik\Core\Piwik;
+use Piwik\Piwik;
/**
* @see plugins/Provider/functions.php
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;
}
diff --git a/plugins/Provider/functions.php b/plugins/Provider/functions.php
index 36dc488a99..a09ec1ab36 100644
--- a/plugins/Provider/functions.php
+++ b/plugins/Provider/functions.php
@@ -8,7 +8,7 @@
* @category Piwik_Plugins
* @package Piwik_Provider
*/
-use Piwik\Core\Common;
+use Piwik\Common;
/**
* Return hostname portion of a domain name