diff --git a/actions/showmessage.php b/actions/showmessage.php index da6546ebc3..08c71b5a99 100644 --- a/actions/showmessage.php +++ b/actions/showmessage.php @@ -42,7 +42,7 @@ class ShowmessageAction extends MailboxAction { $cur->id != $message->from_profile && $cur->id != $message->to_profile) { - $this->client_error(_('Only the sender and recipient may read this message.'), 404); + $this->client_error(_('Only the sender and recipient may read this message.'), 403); return; }