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:
authorStefan Giehl <stefan@matomo.org>2020-04-29 22:41:31 +0300
committerGitHub <noreply@github.com>2020-04-29 22:41:31 +0300
commita69562453395cc3a5e56409910dbb061a9e43a99 (patch)
tree72422ead97a414cf2a366853d3387b7e71ac1e3a /plugins/DevicesDetection/functions.php
parent12babf7a694a2ecbbe15af93be2f859f9dc237a0 (diff)
Updates device detector to 3.12.5 (#15883)
Diffstat (limited to 'plugins/DevicesDetection/functions.php')
-rw-r--r--plugins/DevicesDetection/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/DevicesDetection/functions.php b/plugins/DevicesDetection/functions.php
index 5399309477..5d4fe3cf72 100644
--- a/plugins/DevicesDetection/functions.php
+++ b/plugins/DevicesDetection/functions.php
@@ -135,6 +135,7 @@ function getDeviceTypeLabel($label)
'camera' => 'DevicesDetection_Camera',
'portable media player' => 'DevicesDetection_PortableMediaPlayer',
'smart speaker' => 'DevicesDetection_SmartSpeaker',
+ 'wearable' => 'DevicesDetection_Wearable',
);
$deviceTypes = DeviceParser::getAvailableDeviceTypes();