Fixed double sending of headers problem with S3 cache

This commit is contained in:
Albert Santoni 2015-04-01 17:29:21 -04:00
parent 9b85fc59a6
commit 3e2cd54be7
2 changed files with 1 additions and 3 deletions

View file

@ -63,9 +63,6 @@ class Application_Common_FileIO
}
}
//Squashes headers() warning on PHP 5.3/ubuntu 12.04:
flush();
//We can have multiple levels of output buffering. Need to
//keep looping until all have been disabled!!!
//http://www.php.net/manual/en/function.ob-end-flush.php