From: Evan Prodromou Date: Thu, 18 Sep 2008 02:57:13 +0000 (-0400) Subject: remove tabs from showmessage X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=560cab34277603bc73d0472cc5a4e2842209c62c;p=quix0rs-gnu-social.git remove tabs from showmessage darcs-hash:20080918025713-5ed1f-8bb2f106a567ef657a314f800da32efb7409ce2b.gz --- diff --git a/actions/showmessage.php b/actions/showmessage.php index 98daf1722a..da6546ebc3 100644 --- a/actions/showmessage.php +++ b/actions/showmessage.php @@ -97,5 +97,9 @@ class ShowmessageAction extends MailboxAction { function get_instructions() { return ''; } + + function views_menu() { + return; + } } \ No newline at end of file