1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-19 10:03:40 +00:00

Fix a error in listing repos with group_name.

This commit is contained in:
cuihaikuo
2018-04-28 15:26:31 +08:00
parent c1fd0a8306
commit cc00c76477

View File

@@ -4081,7 +4081,6 @@ seaf_get_group_repos_by_user (SeafRepoManager *mgr,
int repo_group_id = 0;
char *group_name = NULL;
groups = g_list_reverse (groups);
q = repos;
/* Add group_name to repo. Both groups and repos are listed by group_id in descending order */