diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-05 10:29:34 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-05 10:29:34 +0000 |
commit | 5c01501f5534fed7d0ec32ac4a33396bd99f508d (patch) | |
tree | b8c366200c308b89b24a7a7e35c2a6a1148a6e7f /plugins/MobileProfile/MobileProfilePlugin.php | |
parent | 1ccfb5d9d34128005bc10d89e3ed56ff0e643969 (diff) |
Minor correction
Diffstat (limited to 'plugins/MobileProfile/MobileProfilePlugin.php')
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 2 |
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; } |