mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
csync_owncloud: fix the name of the permissions property
This commit is contained in:
parent
8961e61f60
commit
336e74b992
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ static const ne_propname ls_props[] = {
|
|||
{ "http://owncloud.org/ns", "id"},
|
||||
{ "http://owncloud.org/ns", "dDU"},
|
||||
{ "http://owncloud.org/ns", "dDC"},
|
||||
{ "http://owncloud.org/ns", "perm"},
|
||||
{ "http://owncloud.org/ns", "permissions"},
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue