diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showmessage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showmessage.php b/actions/showmessage.php index da6546ebc..08c71b5a9 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; } |