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')
-rw-r--r--plugins/DevicesDetection/Visitor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/Visitor.php b/plugins/DevicesDetection/Visitor.php
index cec96bd0b5..478b76deea 100644
--- a/plugins/DevicesDetection/Visitor.php
+++ b/plugins/DevicesDetection/Visitor.php
@@ -21,7 +21,7 @@ class Visitor
public function getDeviceType()
{
- getDeviceTypeLabel($this->details['config_device_type']);
+ return getDeviceTypeLabel($this->details['config_device_type']);
}
public function getBrowserEngineDescription()