Discard buffers. Props azaozz. fixes #6794 for trunk

git-svn-id: http://svn.automattic.com/wordpress/trunk@7804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-04-24 01:25:33 +00:00
parent 0101f8809d
commit 123cd6550a

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