From: Mikael Nordfeldth Date: Sun, 1 Mar 2015 11:47:48 +0000 (+0100) Subject: Aahhh, gotta run php -l before pushing stuff!!! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=19bf975e56fdb0699b3fd99959bd3efca1c7963d;p=quix0rs-gnu-social.git Aahhh, gotta run php -l before pushing stuff!!! --- 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); } } }