mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 14:51:35 +01:00
limit IE hack (no attachment in Content-disposition header) to IE < 9
This commit is contained in:
parent
487770bc32
commit
67379b1104
@ -1333,7 +1333,8 @@ class html
|
||||
}
|
||||
if($fn)
|
||||
{
|
||||
if(self::$user_agent == 'msie') // && self::$ua_version == '5.5')
|
||||
// limit IE hack (no attachment in Content-disposition header) to IE < 9
|
||||
if(self::$user_agent == 'msie' && self::$ua_version < 9)
|
||||
{
|
||||
$attachment = '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user