summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile/MobileProfilePlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MobileProfile/MobileProfilePlugin.php')
-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;