Added missing $this

This commit is contained in:
Sarven Capadisli 2009-10-12 13:06:16 +00:00
parent d65702b301
commit 0e333200a4

View File

@ -158,7 +158,7 @@ class MobileProfilePlugin extends WAP20Plugin
foreach ($this->mobiledevices as $md) { foreach ($this->mobiledevices as $md) {
if (strstr($httpuseragent, $md) !== false) { if (strstr($httpuseragent, $md) !== false) {
setMobileFeatures($httpuseragent); $this->setMobileFeatures($httpuseragent);
$this->serveMobile = true; $this->serveMobile = true;
break; break;