Aahhh, gotta run php -l before pushing stuff!!!

This commit is contained in:
Mikael Nordfeldth 2015-03-01 12:47:48 +01:00
parent 1227d2d710
commit 19bf975e56
1 changed files with 1 additions and 1 deletions

View 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);
}
}
}