Index: trunk/extensions/MobileFrontend/DeviceDetection.php |
— | — | @@ -358,6 +358,8 @@ |
359 | 359 | $formatName = 'ps3'; |
360 | 360 | } elseif ( preg_match( '/SAMSUNG/', $userAgent ) ) { |
361 | 361 | $formatName = 'html'; |
| 362 | + } elseif ( preg_match( '/BlackBerry/', $userAgent ) ) { |
| 363 | + $formatName = 'blackberry'; |
362 | 364 | } |
363 | 365 | |
364 | 366 | if ( $formatName === '' ) { |