From eaf8399aafdbe1afe3303adad47415eb0d0c53cb Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 25 Nov 2012 14:44:52 +0100 Subject: [PATCH] make sure the output buffer is closed when handeling webdav --- apps/files/appinfo/remote.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 400a978fb1..0ab7e7674c 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();