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
path: root/libs
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-01-08 01:31:40 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-08 01:31:40 +0400
commitc5154c6198bea81c7e1e0ea9a5904c902dd4ba2d (patch)
tree97d939edf393090e2740f73851235ab111508a88 /libs
parenta8ef627ac43986d7aa084539c4fa63080ac9646c (diff)
Adding missing ie11 - thanks for suggestion @Oliver
Diffstat (limited to 'libs')
-rw-r--r--libs/UserAgentParser/UserAgentParser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/UserAgentParser/UserAgentParser.php b/libs/UserAgentParser/UserAgentParser.php
index 27761c7390..76f4b6fd22 100644
--- a/libs/UserAgentParser/UserAgentParser.php
+++ b/libs/UserAgentParser/UserAgentParser.php
@@ -126,6 +126,7 @@ class UserAgentParser
// IE (including shells: Acoo, AOL, Avant, Crazy Browser, Green Browser, KKMAN, Maxathon)
'msie' => 'IE',
+ 'trident' => 'IE',
'microsoft internet explorer' => 'IE',
'internet explorer' => 'IE',