diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2010-04-21 18:17:11 -0700 |
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2010-04-21 18:17:11 -0700 |
| commit | 5b9da4e8d91acd075dfaf33fb489c480c25e9ade (patch) | |
| tree | f296e32b384b341d9c626a4305cd7cd8924c9986 /indra/newview/llviewermessage.cpp | |
| parent | c139e52a5bf1ca2273d4fd22f28f55b12ba8a2d7 (diff) | |
| parent | 144b8349b3f0773ac575e178a0e3109d963be9a8 (diff) | |
Automated merge
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
| -rw-r--r-- | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 22b2d27385..1a671b1cf9 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -1802,7 +1802,7 @@ void inventory_offer_handler(LLOfferInfo* info) payload["give_inventory_notification"] = TRUE; LLNotification::Params params(p.name); params.substitutions = p.substitutions; - params.payload = p.payload; + params.payload = payload; LLPostponedNotification::add<LLPostponedOfferNotification>( params, info->mFromID, false); } } |
