Browse Source

[svn r12799] Update default permissions for new files (typo)

Yannick Warnier 17 years ago
parent
commit
b68716a0bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/install/migrate-db-1.8.2-1.8.3-pre.sql

+ 1 - 1
main/install/migrate-db-1.8.2-1.8.3-pre.sql

@@ -13,7 +13,7 @@
 -- This first part is for the main database
 -- xxMAINxx
 INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('permissions_for_new_directories', NULL, 'string', 'Security', '0770', 'PermissionsForNewDirs', 'PermissionsForNewDirsComment', NULL, NULL);
-INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('permissions_for_new_files', NULL, 'string', 'Security', '0770', 'PermissionsForNewFiles', 'PermissionsForNewFilesComment', NULL, NULL);
+INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('permissions_for_new_files', NULL, 'string', 'Security', '0550', 'PermissionsForNewFiles', 'PermissionsForNewFilesComment', NULL, NULL);
 
 -- xxSTATSxx