diff options
Diffstat (limited to 'indra/newview/llhints.cpp')
-rw-r--r-- | indra/newview/llhints.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhints.cpp b/indra/newview/llhints.cpp index 4d7cdc01e5..a90131499d 100644 --- a/indra/newview/llhints.cpp +++ b/indra/newview/llhints.cpp @@ -298,7 +298,7 @@ void LLHints::show(LLNotificationPtr hint) LLHintPopup::Params p(LLUICtrlFactory::getDefaultParams<LLHintPopup>()); LLParamSDParser parser; - parser.readSD(hint->getPayload(), p); + parser.readSD(hint->getPayload(), p, true); p.notification = hint; if (p.validateBlock()) |