summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-05-04 15:50:31 +0300
committermaxim_productengine <mnikolenko@productengine.com>2018-05-04 15:50:31 +0300
commite31d876c6c0a3443ba144f122d3a17c565df0cdc (patch)
treeb5e3c89f8e700744c4d4d189302c98b81ef04de2
parent14ed34f26dbc2c62fc13984cedf20d8e48c34417 (diff)
MAINT-8616 FIXED Edit Tool often displays the wrong Creator and/or Owner of an object
-rw-r--r--indra/newview/llpanelpermissions.cpp1
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);