mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add mobile agent for Blackberry Z10 and Blackberry Z30, fixes #5706
This commit is contained in:
parent
c5c9c3ac42
commit
a7d604bca8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue