Fix Beware's issue with SinguReplaceLinks being partially broken recently

This commit is contained in:
Liru Færs
2019-11-06 06:42:13 -05:00
parent 79bafbb943
commit cfa2c4e424
2 changed files with 5 additions and 1 deletions

View File

@@ -1419,6 +1419,8 @@ bool LLOfferInfo::inventory_offer_callback(const LLSD& notification, const LLSD&
return false;
}
chat.mSourceType = CHAT_SOURCE_SYSTEM; // There's a slim potential of a user-editable field being a url here?
LLViewerInventoryCategory* catp = NULL;
catp = gInventory.getCategory(mObjectID);
LLViewerInventoryItem* itemp = NULL;