summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-05 10:29:34 +0000
committerSarven Capadisli <csarven@status.net>2009-10-05 10:29:34 +0000
commit5c01501f5534fed7d0ec32ac4a33396bd99f508d (patch)
treeb8c366200c308b89b24a7a7e35c2a6a1148a6e7f /plugins/MobileProfile
parent1ccfb5d9d34128005bc10d89e3ed56ff0e643969 (diff)
Minor correction
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php
index 7a36522f1..79b080b03 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;
}