]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showmessage.php
Cosmetic changes to common_redirect, clientError, serverError
[quix0rs-gnu-social.git] / actions / showmessage.php
index 24c7db1d50e74a4f0668f8625f09bc2f095fa818..86fbee8b73f95c303ac21f477da1a474d997b00c 100644 (file)
@@ -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();