From: Frank Karlitschek Date: Tue, 31 May 2011 18:30:11 +0000 (+0200) Subject: remove warning output to make webdav access work X-Git-Tag: v3.0~267^2~558^2~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=469cbb7c75c1b21bdfeeab7e44ead8202c5c1593;p=nextcloud-server.git remove warning output to make webdav access work --- diff --git a/files/webdav.php b/files/webdav.php index a6e0d256551..ac7a1a5567f 100644 --- a/files/webdav.php +++ b/files/webdav.php @@ -28,7 +28,7 @@ require_once('HTTP/WebDAV/Server/Filesystem.php'); ini_set('default_charset', 'UTF-8'); #ini_set('error_reporting', ''); -ob_clean(); +@ob_clean(); if(empty($_SERVER['PHP_AUTH_USER']) && empty($_SERVER['REDIRECT_REMOTE_USER'])) { header('WWW-Authenticate: Basic realm="ownCloud"');