mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
make sure the output buffer is closed when handeling webdav
This commit is contained in:
parent
ffd14dfd09
commit
eaf8399aaf
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue