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:
authorsgiehl <stefan@piwik.org>2014-10-22 22:02:37 +0400
committersgiehl <stefan@piwik.org>2014-10-22 22:02:37 +0400
commit2c6a0df197b548234998b0ac653b69af572218a0 (patch)
tree3bbbaf35bdec49df38590c4d32bb4c9bd9640a66 /plugins/DevicesDetection
parenta8b8a12b4349e7372595572088622632c555c6cd (diff)
fixed typo
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()