Fix names not appearing on the group inviter

This commit is contained in:
Lirusaito
2013-07-18 19:01:10 -04:00
parent fc7cdc016a
commit 5286276d71

View File

@@ -149,7 +149,7 @@ void LLPanelGroupInvite::impl::addUsers(const std::vector<std::string>& names,
row["columns"][0]["column"] = "name";
row["columns"][0]["value"] = name;
mInvitees->addNameItem(row);
mInvitees->addElement(row);
}
}