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) {
|
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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user