From 5e310c94164cf1d8cc10bfe7f0b797c79a6d1684 Mon Sep 17 00:00:00 2001 From: "Karel.Picman" Date: Mon, 25 Oct 2021 08:11:42 +0200 Subject: [PATCH] ES modifications --- lib/dav4rack/resources/file_resource.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dav4rack/resources/file_resource.rb b/lib/dav4rack/resources/file_resource.rb index aa4c616c..e9a5d749 100644 --- a/lib/dav4rack/resources/file_resource.rb +++ b/lib/dav4rack/resources/file_resource.rb @@ -11,7 +11,7 @@ module DAV4Rack class FileResource < Resource include WEBrick::HTTPUtils - include DAV4Rack::Utils + #include DAV4Rack::Utils # If this is a collection, return the child resources. def children