Skip to content
Snippets Groups Projects
Commit eaf8399a authored by Robin Appelman's avatar Robin Appelman
Browse files

make sure the output buffer is closed when handeling webdav

parent ffd14dfd
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment