Merge pull request #576 from owncloud/webdav_output_buffer

make sure the output buffer is closed when handeling webdav
remotes/origin/stable5
Thomas Müller 14 years ago
commit f005254a91
  1. 2
      apps/files/appinfo/remote.php

@ -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…
Cancel
Save