mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-07 03:50:30 -05:00
fix search permissions
This commit is contained in:
@@ -118,8 +118,7 @@ func convertToWebDAVPermissions(isShared, isMountpoint, isDir bool, p *provider.
|
||||
if isMountpoint {
|
||||
fmt.Fprintf(&b, "M")
|
||||
}
|
||||
if p.Delete &&
|
||||
p.PurgeRecycle {
|
||||
if p.Delete {
|
||||
fmt.Fprintf(&b, "D")
|
||||
}
|
||||
if p.InitiateFileUpload &&
|
||||
|
||||
Reference in New Issue
Block a user