diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-02-09 19:52:53 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-02-09 19:53:02 +0100 |
commit | b4d84bd9bba3bbe52478339909bf06366ac9850f (patch) | |
tree | 51e8c5a1b8e20b9fb6467eb35e42485bb53aeeca /lib/eventsource.php | |
parent | c4864b4a54fb355f50da51d699a69b990610b146 (diff) | |
download | nextcloud-server-b4d84bd9bba3bbe52478339909bf06366ac9850f.tar.gz nextcloud-server-b4d84bd9bba3bbe52478339909bf06366ac9850f.zip |
dont try to remove buffers, can cause trouble with strict warnings
Diffstat (limited to 'lib/eventsource.php')
-rw-r--r-- | lib/eventsource.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/eventsource.php b/lib/eventsource.php index b0450ff3d55..523f72403c3 100644 --- a/lib/eventsource.php +++ b/lib/eventsource.php @@ -32,7 +32,6 @@ class OC_EventSource{ private $fallBackId=0; public function __construct(){ - ob_end_clean(); header('Cache-Control: no-cache'); $this->fallback=isset($_GET['fallback']) and $_GET['fallback']=='true'; if($this->fallback){ |