1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

change ENABLE_ENCRYPT_LIBRARY to ENABLE_ENCRYPTED_LIBRARY

This commit is contained in:
lian
2015-10-09 15:40:54 +08:00
parent fa95e64d87
commit 1de4cb2608
10 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ define([
templateData: function() {
return {
showSharePerm: true,
enable_encrypt_library: app.pageOptions.enable_encrypt_library
enable_encrypted_library: app.pageOptions.enable_encrypted_library
};
},