From b4d84bd9bba3bbe52478339909bf06366ac9850f Mon Sep 17 00:00:00 2001 From: Robin Appelman <icewind@owncloud.com> Date: Thu, 9 Feb 2012 19:52:53 +0100 Subject: [PATCH] dont try to remove buffers, can cause trouble with strict warnings --- lib/eventsource.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/eventsource.php b/lib/eventsource.php index b0450ff3d5..523f72403c 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){ -- GitLab