From: Robin Appelman Date: Sun, 25 Nov 2012 13:44:52 +0000 (+0100) Subject: make sure the output buffer is closed when handeling webdav X-Git-Tag: v5.0.0alpha1~403^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eaf8399aafdbe1afe3303adad47415eb0d0c53cb;p=nextcloud-server.git make sure the output buffer is closed when handeling webdav --- diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 400a978fb17..0ab7e7674c6 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -27,6 +27,8 @@ $RUNTIME_APPTYPES=array('filesystem', 'authentication', 'logging'); OC_App::loadApps($RUNTIME_APPTYPES); +ob_end_clean(); + // Backends $authBackend = new OC_Connector_Sabre_Auth(); $lockBackend = new OC_Connector_Sabre_Locks();