MAINT-8616 FIXED Edit Tool often displays the wrong Creator and/or Owner of an object

master
maxim_productengine 2018-05-04 15:50:31 +03:00
parent 14ed34f26d
commit e31d876c6c
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ void LLPanelPermissions::refresh()
style_params.font.style = "UNDERLINE";
LLAvatarName av_name;
style_params.link_href = creator_app_link;
if (LLAvatarNameCache::get(mCreatorID, &av_name))
{
updateCreatorName(mCreatorID, av_name, style_params);