diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-11-29 18:01:21 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-11-29 18:01:21 +0100 |
commit | bcb27c81d479c49613094fe6c147af5bdea3ea3c (patch) | |
tree | 4ffa9874347b40cb23552387fc0dc43c8a5d9c0d /apps/files/appinfo/remote.php | |
parent | 59d5aa2cb74b605700c6a142409937fa65e8af72 (diff) | |
download | nextcloud-server-bcb27c81d479c49613094fe6c147af5bdea3ea3c.tar.gz nextcloud-server-bcb27c81d479c49613094fe6c147af5bdea3ea3c.zip |
use new obEnd function instead of ob_end_clean
Diffstat (limited to 'apps/files/appinfo/remote.php')
-rw-r--r-- | apps/files/appinfo/remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 0ab7e7674c6..1713bcc22ce 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -27,7 +27,7 @@ $RUNTIME_APPTYPES=array('filesystem', 'authentication', 'logging'); OC_App::loadApps($RUNTIME_APPTYPES); -ob_end_clean(); +OC_Util::obEnd(); // Backends $authBackend = new OC_Connector_Sabre_Auth(); |