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-23 08:32:53 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-23 08:32:53 +0400
commit39504b1e82e550ee5fe8576bc6f3eeb2c5b220c9 (patch)
tree6b4cd5c0954c6f8223d657122b8f47212f81de40 /plugins/Provider
parent6ba813030a66068d72b55dfb89e1585ad6d39c84 (diff)
do not define segments on dimension creation as those are not needed during tracking for instance, makes it a bit faster
Diffstat (limited to 'plugins/Provider')
-rw-r--r--plugins/Provider/Columns/Provider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Provider/Columns/Provider.php b/plugins/Provider/Columns/Provider.php
index 99ccb22f87..95921411fe 100644
--- a/plugins/Provider/Columns/Provider.php
+++ b/plugins/Provider/Columns/Provider.php
@@ -23,7 +23,7 @@ class Provider extends VisitDimension
{
protected $fieldName = 'location_provider';
- protected function init()
+ protected function configureSegments()
{
$segment = new Segment();
$segment->setSegment('provider');