mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
Fix del group folder perm error
This commit is contained in:
parent
90a2bc6e30
commit
25edcf635f
@ -623,7 +623,7 @@ handle_folder_perm (json_t *content)
|
||||
perm);
|
||||
else if (g_strcmp0 (change_event, "del") == 0)
|
||||
seaf_repo_manager_delete_folder_perm (seaf->repo_mgr, repo_id,
|
||||
FOLDER_PERM_TYPE_USER,
|
||||
FOLDER_PERM_TYPE_GROUP,
|
||||
perm);
|
||||
}
|
||||
g_free (perm);
|
||||
|
Loading…
Reference in New Issue
Block a user