From 83c0b54e1ad715903d883591bd60c4ab19c059f2 Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Tue, 13 May 2014 17:49:51 -0400
Subject: [PATCH] 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.

---
 indra/newview/llsnapshotlivepreview.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/llsnapshotlivepreview.cpp b/indra/newview/llsnapshotlivepreview.cpp
index 737f6659543..5b22c51321d 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();
-- 
GitLab