summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2010-01-17 17:02:01 +0100
committerDerek Allard <derek.allard@ellislab.com>2010-01-17 17:02:01 +0100
commitb251c522205973bfc3992e22d70827eb0c2b1b7a (patch)
tree1d61d3110187815bde37347c90d52abacb86242d /system
parentaca699599d3a6eacc2f36a487d874a02c3df31a4 (diff)
Added Flock to the list of browsers in the user agent class
Diffstat (limited to 'system')
-rw-r--r--system/application/config/user_agents.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php
index a1becd98f..a1c0b14b6 100644
--- a/system/application/config/user_agents.php
+++ b/system/application/config/user_agents.php
@@ -48,6 +48,7 @@ $platforms = array (
// The order of this array should NOT be changed. Many browsers return
// multiple browser types so we want to identify the sub-type first.
$browsers = array(
+ 'Flock' => 'Flock',
'Chrome' => 'Chrome',
'Opera' => 'Opera',
'MSIE' => 'Internet Explorer',