X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fprofileformaction.php;h=8a934666e3adbc8678979acf087e614fe1c54674;hb=a85a3ddc725a99ea182e86ec65f6be574752b18f;hp=92e8611b9c16ddb18b57ffbccebd74e1a59ad980;hpb=64677fc09a54546274a001ce9bec0fa4bc8132f7;p=quix0rs-gnu-social.git diff --git a/lib/profileformaction.php b/lib/profileformaction.php index 92e8611b9c..8a934666e3 100644 --- a/lib/profileformaction.php +++ b/lib/profileformaction.php @@ -120,7 +120,7 @@ class ProfileFormAction extends Action if ($action) { common_redirect(common_local_url($action, $args), 303); } else { - $this->clientError(_("No return-to arguments")); + $this->clientError(_("No return-to arguments.")); } } @@ -134,6 +134,6 @@ class ProfileFormAction extends Action function handlePost() { - return; + $this->serverError(_("Unimplemented method.")); } }