dont try to remove buffers, can cause trouble with strict warnings

This commit is contained in:
Robin Appelman 2012-02-09 19:52:53 +01:00
parent c4864b4a54
commit b4d84bd9bb
1 changed files with 0 additions and 1 deletions

View File

@ -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){