From 5d3ac312dc0077150adb71e5dc6c891dc7b182a5 Mon Sep 17 00:00:00 2001 From: "COLA@Redmine.local" Date: Thu, 9 Feb 2017 21:19:56 +0100 Subject: [PATCH] Removed faulty 'true' that causes move requests to ALWAYS return status 200. --- lib/redmine_dmsf/webdav/controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/redmine_dmsf/webdav/controller.rb b/lib/redmine_dmsf/webdav/controller.rb index f6e49585..d89fb697 100644 --- a/lib/redmine_dmsf/webdav/controller.rb +++ b/lib/redmine_dmsf/webdav/controller.rb @@ -188,7 +188,6 @@ module RedmineDmsf status end end - true end end