summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-12 13:06:16 +0000
committerSarven Capadisli <csarven@status.net>2009-10-12 13:06:16 +0000
commit0e333200a45402c7e040cf1e8c36808c93052b9f (patch)
tree6fc841617baa557b4d67101cc2d3ed2357f566e1 /plugins/MobileProfile
parentd65702b301a15b9255e9cdb89d3a31c5c6bc355f (diff)
Added missing $this
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php
index 2b1ccf520..518ceb758 100644
--- a/plugins/MobileProfile/MobileProfilePlugin.php
+++ b/plugins/MobileProfile/MobileProfilePlugin.php
@@ -158,7 +158,7 @@ class MobileProfilePlugin extends WAP20Plugin
foreach ($this->mobiledevices as $md) {
if (strstr($httpuseragent, $md) !== false) {
- setMobileFeatures($httpuseragent);
+ $this->setMobileFeatures($httpuseragent);
$this->serveMobile = true;
break;