Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed May 11, 2023
1 parent 74523e3 commit df8a753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/services/owncloud/ocdav/propfind.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ func (s *svc) mdToPropResponse(ctx context.Context, pf *propfindXML, md *provide

baseURI := ctx.Value(ctxKeyBaseURI).(string)

supportLegacyOCMAccess(ctx, md)
// supportLegacyOCMAccess(ctx, md)
ref := path.Join(baseURI, md.Path)
if md.Type == provider.ResourceType_RESOURCE_TYPE_CONTAINER {
ref += "/"
Expand Down

0 comments on commit df8a753

Please sign in to comment.