]> source.dussan.org Git - nextcloud-server.git/commitdiff
make sure the output buffer is closed when handeling webdav
authorRobin Appelman <icewind@owncloud.com>
Sun, 25 Nov 2012 13:44:52 +0000 (14:44 +0100)
committerRobin Appelman <icewind@owncloud.com>
Sun, 25 Nov 2012 13:45:13 +0000 (14:45 +0100)
apps/files/appinfo/remote.php

index 400a978fb17620996c370951a8b758f9d0a1cfea..0ab7e7674c6c9d32b12e17c2043294965a4ec9a8 100644 (file)
@@ -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();