make sure the output buffer is closed when handeling webdav

This commit is contained in:
Robin Appelman 2012-11-25 14:44:52 +01:00
parent ffd14dfd09
commit eaf8399aaf
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();