Remove uneeded new line

This commit is contained in:
Lukas Reschke 2012-11-01 22:38:21 +01:00
parent 822e4d5f6c
commit d2e842fcc9
1 changed files with 0 additions and 1 deletions

View File

@ -496,7 +496,6 @@ class OC{
header( 'Location: '.$location );
return;
}
// Handle WebDAV
if($_SERVER['REQUEST_METHOD']=='PROPFIND') {
header('location: '.OC_Helper::linkToRemote('webdav'));