X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowmessage.php;h=86fbee8b73f95c303ac21f477da1a474d997b00c;hb=d58de59c18bddbb8b99d30dbe250261e0e98a94b;hp=24c7db1d50e74a4f0668f8625f09bc2f095fa818;hpb=2a4dc77a633cc78907934fd93200ac16d55be78e;p=quix0rs-gnu-social.git diff --git a/actions/showmessage.php b/actions/showmessage.php index 24c7db1d50..86fbee8b73 100644 --- a/actions/showmessage.php +++ b/actions/showmessage.php @@ -74,7 +74,6 @@ class ShowmessageAction extends Action if (!$this->message) { // TRANS: Client error displayed requesting a single message that does not exist. $this->clientError(_('No such message.'), 404); - return false; } $this->user = common_current_user();