diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-12 18:20:13 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-02-12 18:20:13 +0100 |
commit | 094565b4aa1893e6a4422f3d05a0a43844e47a67 (patch) | |
tree | 278f2d17c2a972a2b179bac6d8ba95d87925f82e | |
parent | b57e3dfae2f48ef6097fef04df218201783abed1 (diff) |
Added 'pre' to pick up Palm Pre's UA string:
Mozilla/5.0 (webOS/1.3.5.1; U; en-US) AppleWebKit/525.27.1 (KHTML,
like Gecko) Version/1.0 Safari/525.27.1 Pre/1.0
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index cd2531fa7..e9b4a05f7 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -121,6 +121,7 @@ class MobileProfilePlugin extends WAP20Plugin 'philips', 'pocketpc', 'portalmmm', + 'pre', 'rover', 'samsung', 'sanyo', |