Build proper full name in legacy LLCacheName::getIfThere()
parent
0eea265fbc
commit
41ebb56b9e
|
|
@ -715,7 +715,7 @@ BOOL LLCacheName::getIfThere(const LLUUID& id, std::string& fullname, BOOL& is_g
|
|||
}
|
||||
else
|
||||
{
|
||||
fullname = entry->mFirstName + " " + entry->mLastName;
|
||||
fullname = buildFullName(entry->mFirstName, entry->mLastName);
|
||||
}
|
||||
is_group = entry->mIsGroup;
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue