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