summaryrefslogtreecommitdiff
path: root/indra/newview/llmarketplacefunctions.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-07-30 20:51:18 -0700
committerMerov Linden <merov@lindenlab.com>2014-07-30 20:51:18 -0700
commitd37c294bd38bf4cae251c33f863e4e6e66ef44db (patch)
treeb8111a69d83c4a1013ed396dd5d27c6a468b9a25 /indra/newview/llmarketplacefunctions.cpp
parentc182a8b79737a67794c032a6b60b038c9b905f57 (diff)
DD-75 : Prevent dropping on filtered tabs root. Adding an allow_drop option to inventory tab and folder view folders so that case can be taken into account.
Diffstat (limited to 'indra/newview/llmarketplacefunctions.cpp')
-rwxr-xr-xindra/newview/llmarketplacefunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmarketplacefunctions.cpp b/indra/newview/llmarketplacefunctions.cpp
index b37ae30021..c2b4f34ac2 100755
--- a/indra/newview/llmarketplacefunctions.cpp
+++ b/indra/newview/llmarketplacefunctions.cpp
@@ -124,7 +124,7 @@ void log_SLM_infos(const std::string& request, const std::string& url, const std
// Merov: This is a temporary hack used by dev while secondlife-staging is down...
// *TODO : Suppress that before shipping!
-static bool sBypassMerchant = false;
+static bool sBypassMerchant = true;
class LLSLMGetMerchantResponder : public LLHTTPClient::Responder
{