Added missing $this
This commit is contained in:
parent
d65702b301
commit
0e333200a4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user