diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-04 21:37:24 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-04 21:37:24 +0000 |
commit | 3c9f177c03f631cdbc8f0a440fd2dc84d6252419 (patch) | |
tree | a5b8f540473d663d34872048427911ae102a598b | |
parent | d001c5f4b1ebfd2a28baba3138eae4902598618c (diff) |
Stop output after showing header
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 4e9bfd6c8..c28d61cbe 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -223,6 +223,8 @@ class MobileProfilePlugin extends WAP20Plugin $action->showAnonymousMessage(); } $action->elementEnd('div'); + + return false; } |