1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

repair bug (#3272)

This commit is contained in:
杨顺强
2019-04-13 16:56:06 +08:00
committed by Daniel Pan
parent fe36faa44c
commit 19a2fc7355
5 changed files with 25 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ class RepoInfo {
this.has_been_shared_out = object.has_been_shared_out;
this.encrypted = object.encrypted;
this.lib_need_decrypt = object.lib_need_decrypt;
this.last_modified= object.last_modified;
}
}