We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b0ece commit 07b172dCopy full SHA for 07b172d
lib/dav4rack/controller.rb
@@ -148,7 +148,7 @@ def move(*args)
148
unless(resource.exist?)
149
NotFound
150
else
151
- resource.lock_check if resource.supports_locking? && !args.include(:copy)
+ resource.lock_check if resource.supports_locking? && !args.include?(:copy)
152
destination = url_unescape(env['HTTP_DESTINATION'].sub(%r{https?://([^/]+)}, ''))
153
dest_host = $1
154
if(dest_host && dest_host.gsub(/:\d{2,5}$/, '') != request.host)
0 commit comments