X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpeopletagautocomplete.php;h=86d63545dcb0b4ed2aa4040e78aef8e8ebf9899e;hb=216a04df86d7b75a8b462b52cb445d593344d613;hp=5b6ae57a5393229126f5634e1994709021a1ada1;hpb=7d64d8c78cfa102b91975598ef9e574d2ef14b8c;p=quix0rs-gnu-social.git diff --git a/actions/peopletagautocomplete.php b/actions/peopletagautocomplete.php index 5b6ae57a53..86d63545dc 100644 --- a/actions/peopletagautocomplete.php +++ b/actions/peopletagautocomplete.php @@ -55,7 +55,6 @@ class PeopletagautocompleteAction extends Action if (empty($this->user)) { // TRANS: Error message displayed when trying to perform an action that requires a logged in user. $this->clientError(_('Not logged in.')); - return false; } // CSRF protection @@ -66,7 +65,6 @@ class PeopletagautocompleteAction extends Action // TRANS: Client error displayed when the session token does not match or is not given. $this->clientError(_('There was a problem with your session token.'. ' Try again, please.')); - return false; } $profile = $this->user->getProfile();