summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 0d3de2c3642..07743a5c99e 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -496,7 +496,6 @@ class OC{
header( 'Location: '.$location );
return;
}
-
// Handle WebDAV
if($_SERVER['REQUEST_METHOD']=='PROPFIND') {
header('location: '.OC_Helper::linkToRemote('webdav'));