mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-07-20 10:09:55 +00:00
Fix the problem that the description of newly created library is empty in history page
This commit is contained in:
parent
3a184986b7
commit
94a8fe55ce
@ -3454,7 +3454,7 @@ create_repo_common (SeafRepoManager *mgr,
|
|||||||
EMPTY_SHA1, /* root id */
|
EMPTY_SHA1, /* root id */
|
||||||
user, /* creator */
|
user, /* creator */
|
||||||
EMPTY_SHA1, /* creator id */
|
EMPTY_SHA1, /* creator id */
|
||||||
repo_desc, /* description */
|
"Created library", /* description */
|
||||||
0); /* ctime */
|
0); /* ctime */
|
||||||
|
|
||||||
seaf_repo_to_commit (repo, commit);
|
seaf_repo_to_commit (repo, commit);
|
||||||
|
Loading…
Reference in New Issue
Block a user