diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-09 15:20:42 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-09 15:20:42 +0200 |
commit | b513811c7be5e4d71dfc2c2a8d07e738c990293a (patch) | |
tree | ec9d352be3473ced93a547c977f5515bb06c3c2e | |
parent | 60e3ba16a55747165608696b0c0a6a5de97e1e8a (diff) |
Update for commit 10217 : 158e0438a11b (WIP on EXT-5687 (Classifieds are missing the clickthrough data)).
Updated parameter name.
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llpanelpicks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpicks.cpp b/indra/newview/llpanelpicks.cpp index f0860e7027..ada770f78b 100644 --- a/indra/newview/llpanelpicks.cpp +++ b/indra/newview/llpanelpicks.cpp @@ -945,7 +945,7 @@ void LLPanelPicks::onPanelClassifiedEdit() LLSD params; params["classified_id"] = c_item->getClassifiedId(); - params["avatar_id"] = c_item->getAvatarId(); + params["classified_creator_id"] = c_item->getAvatarId(); params["snapshot_id"] = c_item->getSnapshotId(); params["name"] = c_item->getClassifiedName(); params["desc"] = c_item->getDescription(); |