diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-05-04 15:50:31 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-05-04 15:50:31 +0300 |
commit | e31d876c6c0a3443ba144f122d3a17c565df0cdc (patch) | |
tree | b5e3c89f8e700744c4d4d189302c98b81ef04de2 | |
parent | 14ed34f26dbc2c62fc13984cedf20d8e48c34417 (diff) |
MAINT-8616 FIXED Edit Tool often displays the wrong Creator and/or Owner of an object
-rw-r--r-- | indra/newview/llpanelpermissions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelpermissions.cpp b/indra/newview/llpanelpermissions.cpp index 0e5a7aec0d..be34b6d8cd 100644 --- a/indra/newview/llpanelpermissions.cpp +++ b/indra/newview/llpanelpermissions.cpp @@ -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); |