From 3c9f177c03f631cdbc8f0a440fd2dc84d6252419 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 4 Oct 2009 21:37:24 +0000 Subject: Stop output after showing header --- plugins/MobileProfile/MobileProfilePlugin.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/MobileProfile/MobileProfilePlugin.php') 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; } -- cgit v1.2.3-54-g00ecf