summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-04-20 17:14:00 +0300
committerYuri Chebotarev <ychebotarev@productengine.com>2010-04-20 17:14:00 +0300
commit407cf3bd08b5561cbf2905fb7d8c14320d9bde54 (patch)
tree9b4663f7732e9cae977fce8599bedaeb8e447abe /indra/newview/llviewermessage.cpp
parent5c78d1f1a999d5a2694e2794aa6712f6d9740ade (diff)
parent5acf8a5f13e064fcfb5d8fbd42e631a18244a674 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r--indra/newview/llviewermessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 360c6be2c6..930568f904 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -1799,7 +1799,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);
}
}