Skip to content

Commit

Permalink
Add mobile agent for Blackberry Z10 and Blackberry Z30, fixes #5706
Browse files Browse the repository at this point in the history
  • Loading branch information
richan-fongdasen committed Jan 21, 2015
1 parent c5c9c3a commit a7d604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Network/CakeRequest.php
Expand Up @@ -109,7 +109,7 @@ class CakeRequest implements ArrayAccess {
'Android', 'AvantGo', 'BlackBerry', 'DoCoMo', 'Fennec', 'iPod', 'iPhone', 'iPad',
'J2ME', 'MIDP', 'NetFront', 'Nokia', 'Opera Mini', 'Opera Mobi', 'PalmOS', 'PalmSource',
'portalmmm', 'Plucker', 'ReqwirelessWeb', 'SonyEricsson', 'Symbian', 'UP\\.Browser',
'webOS', 'Windows CE', 'Windows Phone OS', 'Xiino'
'webOS', 'Windows CE', 'Windows Phone OS', 'Xiino', 'BB10'
)),
'requested' => array('param' => 'requested', 'value' => 1)
);
Expand Down

0 comments on commit a7d604b

Please sign in to comment.