From: Sarven Capadisli Date: Mon, 5 Oct 2009 10:29:34 +0000 (+0000) Subject: Minor correction X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5c01501f5534fed7d0ec32ac4a33396bd99f508d;p=quix0rs-gnu-social.git Minor correction --- diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 7a36522f1d..79b080b034 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -179,7 +179,7 @@ class MobileProfilePlugin extends WAP20Plugin function onStartShowStatusNetStyles($action) { - if (!$action->serveMobile) { + if (!$this->serveMobile) { return true; }