Discard buffers. Props azaozz. fixes #6794 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@7804 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-04-24 01:25:33 +00:00
parent f6f110f7de
commit 5a70341e37
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@
*
* This file compresses the TinyMCE JavaScript using GZip.
**/
// Discard any buffers
while ( @ob_end_clean() );
@ require('../../../wp-config.php');
function getFileContents($path) {