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/DevicesDetection/Columns/DeviceBrand.php')
-rw-r--r--plugins/DevicesDetection/Columns/DeviceBrand.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/Columns/DeviceBrand.php b/plugins/DevicesDetection/Columns/DeviceBrand.php
index f10f5e5ca0..37d284fa83 100644
--- a/plugins/DevicesDetection/Columns/DeviceBrand.php
+++ b/plugins/DevicesDetection/Columns/DeviceBrand.php
@@ -69,6 +69,6 @@ class DeviceBrand extends Base
*/
public function onAnyGoalConversion(Request $request, Visitor $visitor, $action)
{
- return $visitor->getVisitorColumn('config_device_brand');
+ return $visitor->getVisitorColumn($this->columnName);
}
}