X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiaccountregister.php;h=0d018007cdd5f1aec35d38bc58f241b3483ce759;hb=c85e78ac3c03bd584a6da3a0a7b5cb9160cc9324;hp=1c0ebe5705bd623800b057dc3b37fd3f30963f76;hpb=1227d2d7105ad60e33b2d0fb348d7faae0794162;p=quix0rs-gnu-social.git diff --git a/actions/apiaccountregister.php b/actions/apiaccountregister.php index 1c0ebe5705..0d018007cd 100644 --- a/actions/apiaccountregister.php +++ b/actions/apiaccountregister.php @@ -171,7 +171,7 @@ class ApiAccountRegisterAction extends ApiAction $this->endDocument('json'); } catch (Exception $e) { - $this->clientError($e->getMessage()), 400); + $this->clientError($e->getMessage(), 400); } } }