]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Event/actions/timelist.php
Cosmetic changes to common_redirect, clientError, serverError
[quix0rs-gnu-social.git] / plugins / Event / actions / timelist.php
index cb8efb3c1db1985a813a77a16a3e2580cb917ac2..092fa6bda5922793551846452bc452a56a10e45c 100644 (file)
@@ -63,7 +63,6 @@ class TimelistAction extends Action {
         if (!common_logged_in()) {
             // TRANS: Error message displayed when trying to perform an action that requires a logged in user.
             $this->clientError(_m('Not logged in.'));
-            return;
         }
 
         if (!empty($this->start)) {
@@ -71,7 +70,6 @@ class TimelistAction extends Action {
         } else {
             // TRANS: Client error when submitting a form with unexpected information.
             $this->clientError(_m('Unexpected form submission.'));
-            return;
         }
 
         if ($this->boolean('ajax')) {