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@matomo.org>2020-05-08 15:41:26 +0300
committersgiehl <stefan@matomo.org>2020-05-08 17:41:34 +0300
commit58991fbe62be4e3d1af1e6a1772aff25934c51d3 (patch)
tree6d0c5390383dacff54849753885b70ef026a0a1e /plugins/DevicesDetection/functions.php
parent1ac50c2a702bf22189a246c99b2dc9c0e7979217 (diff)
parentbd9aa9db1a95e6f1ef74b45e3723849fab2f292c (diff)
Merge remote-tracking branch 'origin/3.x-dev' into 4.x-dev
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 472fe5ad3d..65fc1d2833 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();