]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountregister.php
Merge branch 'master' of git.gnu.io:gnu/gnu-social into nightly
[quix0rs-gnu-social.git] / actions / apiaccountregister.php
index 1c0ebe5705bd623800b057dc3b37fd3f30963f76..0d018007cdd5f1aec35d38bc58f241b3483ce759 100644 (file)
@@ -171,7 +171,7 @@ class ApiAccountRegisterAction extends ApiAction
                 $this->endDocument('json');
 
             } catch (Exception $e) {
-                $this->clientError($e->getMessage()), 400);
+                $this->clientError($e->getMessage(), 400);
             }
         }
     }