diff options
author | Andrey Andreev <narf@devilix.net> | 2018-04-24 13:55:10 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-04-24 13:55:10 +0200 |
commit | a91c7a9f8406cee67474bd8a8c79e5098cc19e2d (patch) | |
tree | 89dc94af9ef09b2c50e6fe8189a9b0ecfc5af8e7 /application | |
parent | d9e066b3e462525ebb15089d6e99b01d5f29c8c8 (diff) | |
parent | 577e53feff2c7d9ea74c682e5795196c916e7687 (diff) |
Merge branch '3.1-stable' into develop
Diffstat (limited to 'application')
-rw-r--r-- | application/config/user_agents.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 1359bbea9..12585a065 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -61,7 +61,7 @@ $platforms = array( $browsers = array( 'OPR' => 'Opera', 'Flock' => 'Flock', - 'Edge' => 'Spartan', + 'Edge' => 'Edge', 'Chrome' => 'Chrome', // Opera 10+ always reports Opera/9.80 and appends Version/<real version> to the user agent string 'Opera.*?Version' => 'Opera', |