diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-11-25 15:38:17 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-11-25 15:38:17 +0100 |
commit | 03fd43a2396623516ec19352f45534a6dea38019 (patch) | |
tree | 64bbb0efcdcabd37bbd2f7cc1244940f60c5ff5b /apps/files/appinfo | |
parent | cc5d8e56098189f49fbd68c598c11be2b8354846 (diff) | |
parent | f005254a9184a862d9602cbd8b5c6e135b618afc (diff) | |
download | nextcloud-server-03fd43a2396623516ec19352f45534a6dea38019.tar.gz nextcloud-server-03fd43a2396623516ec19352f45534a6dea38019.zip |
Merge branch 'master' into filesystem
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/remote.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 400a978fb17..0ab7e7674c6 100644 --- a/apps/files/appinfo/remote.php +++ b/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(); |