actually, i'll strip the array on the php side

This commit is contained in:
DarthArgus
2016-04-24 18:37:18 +00:00
parent f25da4f7f2
commit 52672794fe
@@ -231,7 +231,7 @@ void ClientConnection::validateClient(const std::string & id, const std::string
if (j.count("message"))
{
errMsg = j["message"][0].get<std::string>();
errMsg = j["message"].get<std::string>();
}
else
{