Merge pull request #576 from owncloud/webdav_output_buffer

make sure the output buffer is closed when handeling webdav
This commit is contained in:
Thomas Müller 2012-11-25 06:15:08 -08:00
commit f005254a91
1 changed files with 2 additions and 0 deletions

View 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();