1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-19 09:39:38 +00:00

Fix the problem that the description of newly created library is empty in history page

This commit is contained in:
ly1217 2018-06-03 19:21:57 -07:00
parent 3a184986b7
commit 94a8fe55ce

View File

@ -3454,7 +3454,7 @@ create_repo_common (SeafRepoManager *mgr,
EMPTY_SHA1, /* root id */
user, /* creator */
EMPTY_SHA1, /* creator id */
repo_desc, /* description */
"Created library", /* description */
0); /* ctime */
seaf_repo_to_commit (repo, commit);