From ced0f4d7718538da23990902c3e703fd6bccd4bb Mon Sep 17 00:00:00 2001 From: Fernando Ontiveros Date: Wed, 23 Feb 2011 21:28:32 +0000 Subject: [PATCH] finally fixing the error with IE and translation --- gulliver/system/class.g.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index 1e45f2c51..d3879b48a 100644 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -991,8 +991,6 @@ class G //trick to generate the translation.language.js file , merging two files and then minified the content. if ( strtolower ($typefile ) == 'js' && $namearray[ count($namearray) -1 ] == 'translation' ) { - G::sendHeaders ( $filename , 'text/javascript', $download, $downloadFileName ); - header('Content-Type: text/javascript'); //if userAgent (BROWSER) is MSIE we need special headers to avoid MSIE behaivor.