diff options
| author | Merov Linden <merov@lindenlab.com> | 2010-08-31 21:07:23 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2010-08-31 21:07:23 -0700 |
| commit | 97d52e2a3e3e4ac4ac9290e0541fb2a6ab1ecfbd (patch) | |
| tree | 5d592e264e9f5101d68c1d2bcc910906aa758716 /indra/newview/llfloaterperms.cpp | |
| parent | c24db314e547aafa734f852ec645d48e254cf9a9 (diff) | |
SNOW-680 VWR-10854 : Honour share with group and allow anyone to copy for snapshots
Diffstat (limited to 'indra/newview/llfloaterperms.cpp')
| -rw-r--r-- | indra/newview/llfloaterperms.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterperms.cpp b/indra/newview/llfloaterperms.cpp index bb851a349e..74dfede23e 100644 --- a/indra/newview/llfloaterperms.cpp +++ b/indra/newview/llfloaterperms.cpp @@ -115,7 +115,7 @@ U32 LLFloaterPerms::getEveryonePerms(std::string prefix) //static U32 LLFloaterPerms::getNextOwnerPerms(std::string prefix) { - U32 flags = 0; + U32 flags = PERM_MOVE; if ( gSavedSettings.getBOOL(prefix+"NextOwnerCopy") ) { flags |= PERM_COPY; |
