summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneleditwearable.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-24 18:38:40 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-24 18:38:40 -0400
commitd73588eaddb1ada6ac896850c3aa9d25307e076a (patch)
tree83b87d0664384093c6103dd15fc0a4373750162f /indra/newview/llpaneleditwearable.cpp
parenteb88e4d37850a48132193d332fa8945d3932369b (diff)
SH-4128 WIP - misc cleanup
Diffstat (limited to 'indra/newview/llpaneleditwearable.cpp')
-rwxr-xr-xindra/newview/llpaneleditwearable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp
index 06c923273b..580e31591c 100755
--- a/indra/newview/llpaneleditwearable.cpp
+++ b/indra/newview/llpaneleditwearable.cpp
@@ -1113,7 +1113,7 @@ void LLPanelEditWearable::saveChanges(bool force_save_as)
LLAssetType::AT_LINK,
NULL);
// Remove old link
- remove_inventory_item(link_item->getUUID());
+ remove_inventory_item(link_item->getUUID(), NULL);
}
gAgentWearables.saveWearable(mWearablePtr->getType(), index, TRUE, new_name);
}