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-21 12:01:35 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-21 12:01:36 +0400
commitaca8ec33a85e0a70b818b6227145041717d7a69e (patch)
tree41377e3a9737d63222522ef93ecf8483f3faddfa /plugins/Provider/functions.php
parent0a63210e3eae7562af1a3dbee340eb1ee140db3d (diff)
Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, Segment, SegmentExpression, PluginsManager.
Removed some deprecated code.
Diffstat (limited to 'plugins/Provider/functions.php')
-rw-r--r--plugins/Provider/functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Provider/functions.php b/plugins/Provider/functions.php
index a09ec1ab36..540060db4b 100644
--- a/plugins/Provider/functions.php
+++ b/plugins/Provider/functions.php
@@ -9,6 +9,7 @@
* @package Piwik_Provider
*/
use Piwik\Common;
+use Piwik\DataTable;
/**
* Return hostname portion of a domain name
@@ -38,7 +39,7 @@ function Piwik_getHostnameName($in)
*/
function Piwik_getHostnameUrl($in)
{
- if ($in == Piwik_DataTable::LABEL_SUMMARY_ROW) {
+ if ($in == DataTable::LABEL_SUMMARY_ROW) {
return false;
}
if (empty($in)