This commit is contained in:
JoelKatz
2012-04-26 17:07:18 -07:00
parent d458b68228
commit d5d0a21801

View File

@@ -72,7 +72,7 @@ Json::Value LocalAccount::getJson() const
ret["IsLocked"] = mFamily->isLocked();
AccountState::pointer as = getAccountState();
if (as) ret["Account"] = "None";
if (!as) ret["Account"] = "None";
else
{
Json::Value acct(Json::objectValue);