X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fprofileformaction.php;h=9ace6676c3b82fa16797c735f4b0630518dd429d;hb=4e26527447852f88d48bf40a4f208079fcb77a49;hp=4c738523a40b6846d5c05a0d534aa010e6da8336;hpb=2a4dc77a633cc78907934fd93200ac16d55be78e;p=quix0rs-gnu-social.git diff --git a/lib/profileformaction.php b/lib/profileformaction.php index 4c738523a4..9ace6676c3 100644 --- a/lib/profileformaction.php +++ b/lib/profileformaction.php @@ -77,7 +77,6 @@ class ProfileFormAction extends RedirectingAction if (!$id) { // TRANS: Client error displayed when trying to change user options without specifying a user to work on. $this->clientError(_('No profile specified.')); - return false; } $this->profile = Profile::getKV('id', $id); @@ -85,7 +84,6 @@ class ProfileFormAction extends RedirectingAction if (!$this->profile) { // TRANS: Client error displayed when trying to change user options without specifying an existing user to work on. $this->clientError(_('No profile with that ID.')); - return false; } return true; @@ -94,8 +92,6 @@ class ProfileFormAction extends RedirectingAction /** * Handle request * - * Shows a page with list of favorite notices - * * @param array $args $_REQUEST args; handled in prepare() * * @return void