Added missing $this

This commit is contained in:
Sarven Capadisli 2009-10-12 13:06:16 +00:00
parent d65702b301
commit 0e333200a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;