]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Stop output after showing header
authorSarven Capadisli <csarven@status.net>
Sun, 4 Oct 2009 21:37:24 +0000 (21:37 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 4 Oct 2009 21:37:24 +0000 (21:37 +0000)
plugins/MobileProfile/MobileProfilePlugin.php

index 4e9bfd6c80a00166e767f18ee1900e0684ca4d95..c28d61cbed4c2719dc8e7ad531b750f2ebbad767 100644 (file)
@@ -223,6 +223,8 @@ class MobileProfilePlugin extends WAP20Plugin
             $action->showAnonymousMessage();
         }
         $action->elementEnd('div');
+
+        return false;
     }