From: Sarven Capadisli Date: Mon, 12 Oct 2009 13:06:16 +0000 (+0000) Subject: Added missing $this X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e333200a45402c7e040cf1e8c36808c93052b9f;p=quix0rs-gnu-social.git Added missing $this --- diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 2b1ccf520a..518ceb7589 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;