[Pkg-owncloud-commits] [owncloud] 140/394: make sure the output buffer is closed when handeling webdav

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:11:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 41bfd5e1f31a70a2a9f0079a15bf24f4844f06c5
Author: Robin Appelman <icewind at owncloud.com>
Date:   Sun Nov 25 14:44:52 2012 +0100

    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 a3c78d6..9685e95 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -26,6 +26,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();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list