1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +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

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