summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-11-01 22:38:21 +0100
committerLukas Reschke <lukas@statuscode.ch>2012-11-01 22:38:21 +0100
commitd2e842fcc99b39f0acf9500dd96f6d55e30b5bc0 (patch)
treee34e013b381895d276cc04c277ee71c189ec8ecb /lib
parent822e4d5f6c21c24ec9f39f271106d9fc2c28c6b6 (diff)
downloadnextcloud-server-d2e842fcc99b39f0acf9500dd96f6d55e30b5bc0.tar.gz
nextcloud-server-d2e842fcc99b39f0acf9500dd96f6d55e30b5bc0.zip
Remove uneeded new line
Diffstat (limited to 'lib')
-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'));