Minor correction

This commit is contained in:
Sarven Capadisli 2009-10-05 10:29:34 +00:00
parent 1ccfb5d9d3
commit 5c01501f55
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class MobileProfilePlugin extends WAP20Plugin
function onStartShowStatusNetStyles($action)
{
if (!$action->serveMobile) {
if (!$this->serveMobile) {
return true;
}