Remove uneeded new line
This commit is contained in:
parent
822e4d5f6c
commit
d2e842fcc9
1 changed files with 0 additions and 1 deletions
|
@ -496,7 +496,6 @@ class OC{
|
|||
header( 'Location: '.$location );
|
||||
return;
|
||||
}
|
||||
|
||||
// Handle WebDAV
|
||||
if($_SERVER['REQUEST_METHOD']=='PROPFIND') {
|
||||
header('location: '.OC_Helper::linkToRemote('webdav'));
|
||||
|
|
Loading…
Reference in a new issue