summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodeluploadbase.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-06-29 15:14:49 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-06-29 15:14:49 -0400
commit0c05ea2740b63c824fba2bab37f67ca2188f0d07 (patch)
treeafa5540d0c00b4b10b3262caf7fe0c200722c019 /indra/newview/llfloatermodeluploadbase.cpp
parent31df1e93192f2fbdfdda552c7b04d76f94b9f068 (diff)
Fixes for upload permission checking problems
Diffstat (limited to 'indra/newview/llfloatermodeluploadbase.cpp')
-rw-r--r--indra/newview/llfloatermodeluploadbase.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodeluploadbase.cpp b/indra/newview/llfloatermodeluploadbase.cpp
index 56c6447792..6d3800bfa4 100644
--- a/indra/newview/llfloatermodeluploadbase.cpp
+++ b/indra/newview/llfloatermodeluploadbase.cpp
@@ -52,5 +52,7 @@ void LLFloaterModelUploadBase::requestAgentUploadPermissions()
LLSD args;
args["CAPABILITY"] = capability;
LLNotificationsUtil::add("RegionCapabilityRequestError", args);
+ // BAP HACK avoid being blocked by broken server side stuff
+ mHasUploadPerm = true;
}
}