summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2014-05-13 17:49:51 -0400
committerJonathan Yap <none@none>2014-05-13 17:49:51 -0400
commit83c0b54e1ad715903d883591bd60c4ab19c059f2 (patch)
treea9e13affd5b4f3943b7a08a12f7777bdcbc7f321
parentf9bbf9e30a24bb873252cd5f0dfe7dadeb7b4b22 (diff)
STORM-68 Apply default upload permission settings for ONLY Share with Group and
Allow anyone to Copy to snapshot upload. The Next owner values will stay at full perms.
-rw-r--r--indra/newview/llsnapshotlivepreview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llsnapshotlivepreview.cpp b/indra/newview/llsnapshotlivepreview.cpp
index 737f665954..5b22c51321 100644
--- a/indra/newview/llsnapshotlivepreview.cpp
+++ b/indra/newview/llsnapshotlivepreview.cpp
@@ -818,8 +818,8 @@ void LLSnapshotLivePreview::saveTexture()
LLFolderType::FT_SNAPSHOT_CATEGORY,
LLInventoryType::IT_SNAPSHOT,
PERM_ALL, // Note: Snapshots to inventory is a special case of content upload
- LLFloaterPerms::getGroupPerms(), // that is more permissive than other uploads
- LLFloaterPerms::getEveryonePerms(),
+ LLFloaterPerms::getGroupPerms("Uploads"), // that is more permissive than other uploads
+ LLFloaterPerms::getEveryonePerms("Uploads"),
"Snapshot : " + pos_string,
callback, expected_upload_cost, userdata);
gViewerWindow->playSnapshotAnimAndSound();