X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowmessage.php;h=572a71739aa56a000062c8e7418b02dff34317c4;hb=810b5f571c2f60ece10eb4cbc53a50da33c36bbd;hp=289414153ba60e75d37c9c26e1528d8e5408e0d5;hpb=a7c85bebd5be9ea019a8c80d74730d7eb28d4651;p=quix0rs-gnu-social.git diff --git a/actions/showmessage.php b/actions/showmessage.php index 289414153b..572a71739a 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; + } +}