Skip to content
Snippets Groups Projects
Commit f005254a authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #576 from owncloud/webdav_output_buffer

make sure the output buffer is closed when handeling webdav
parents ffd14dfd eaf8399a
Branches
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ $RUNTIME_APPTYPES=array('filesystem', 'authentication', 'logging'); ...@@ -27,6 +27,8 @@ $RUNTIME_APPTYPES=array('filesystem', 'authentication', 'logging');
OC_App::loadApps($RUNTIME_APPTYPES); OC_App::loadApps($RUNTIME_APPTYPES);
ob_end_clean();
// Backends // Backends
$authBackend = new OC_Connector_Sabre_Auth(); $authBackend = new OC_Connector_Sabre_Auth();
$lockBackend = new OC_Connector_Sabre_Locks(); $lockBackend = new OC_Connector_Sabre_Locks();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment