]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Aahhh, gotta run php -l before pushing stuff!!!
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 1 Mar 2015 11:47:48 +0000 (12:47 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 1 Mar 2015 11:47:48 +0000 (12:47 +0100)
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);
             }
         }
     }