aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/PhotosLibrary
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-23 01:59:14 +0100
committerJustin Clark-Casey (justincc)2011-07-23 01:59:14 +0100
commit667b54f5a2a04fa5a2859397868d270eab3913f1 (patch)
treebf91543d5c0c4aa6f1a25873be6acb86144675bc /bin/inventory/PhotosLibrary
parentFix problem where sculpts were not getting physical proxies (diff)
downloadopensim-SC_OLD-667b54f5a2a04fa5a2859397868d270eab3913f1.zip
opensim-SC_OLD-667b54f5a2a04fa5a2859397868d270eab3913f1.tar.gz
opensim-SC_OLD-667b54f5a2a04fa5a2859397868d270eab3913f1.tar.bz2
opensim-SC_OLD-667b54f5a2a04fa5a2859397868d270eab3913f1.tar.xz
Don't load current/next/everyone/base permissions from the library item xml files - always use PermissionMask.All instead (which was the existing default).
Library items always need the same permissions, so it doesn't make sense to load them from the xml files. This just opens the door to permissions mistakes.
Diffstat (limited to 'bin/inventory/PhotosLibrary')
-rw-r--r--bin/inventory/PhotosLibrary/PhotosLibraryItems.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml b/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml
index 4047a58..44194cd 100644
--- a/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml
+++ b/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml
@@ -9,10 +9,6 @@
9 <Key Name="name" Value="Example Library Item" /> 9 <Key Name="name" Value="Example Library Item" />
10 <Key Name="assetType" Value="7" /> 10 <Key Name="assetType" Value="7" />
11 <Key Name="inventoryType" Value="7" /> 11 <Key Name="inventoryType" Value="7" />
12 <Key Name="currentPermissions" Value="2147483647" />
13 <Key Name="nextPermissions" Value="2147483647" />
14 <Key Name="everyonePermissions" Value="2147483647" />
15 <Key Name="basePermissions" Value="2147483647" />
16 </Section> 12 </Section>
17--> 13-->
18 14