Aahhh, gotta run php -l before pushing stuff!!!
This commit is contained in:
parent
1227d2d710
commit
19bf975e56
|
@ -171,7 +171,7 @@ class ApiAccountRegisterAction extends ApiAction
|
||||||
$this->endDocument('json');
|
$this->endDocument('json');
|
||||||
|
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$this->clientError($e->getMessage()), 400);
|
$this->clientError($e->getMessage(), 400);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user