From 0f6bc2190a8d6c5d086cac190c964390ab2c5c0d Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Fri, 23 Jan 2009 09:15:15 +0000 Subject: mark a bunch of actions read-only --- actions/showmessage.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'actions/showmessage.php') diff --git a/actions/showmessage.php b/actions/showmessage.php index 289414153..572a71739 100644 --- a/actions/showmessage.php +++ b/actions/showmessage.php @@ -176,4 +176,9 @@ class ShowmessageAction extends MailboxAction { return ''; } -} \ No newline at end of file + + function isReadOnly() + { + return true; + } +} -- cgit v1.2.3-54-g00ecf