X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowmessage.php;h=4fcaadbe833aa829661affdc44b8acb714174517;hb=fecb8c706dadb790c3a8c219275b4ba88e00b8ea;hp=289414153ba60e75d37c9c26e1528d8e5408e0d5;hpb=61850ceb5575c0fab8bd70bbe924543b09a2d765;p=quix0rs-gnu-social.git diff --git a/actions/showmessage.php b/actions/showmessage.php index 289414153b..4fcaadbe83 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($args) + { + return true; + } +}