forked from extern/egroupware
limit IE hack (no attachment in Content-disposition header) to IE < 9
This commit is contained in:
parent
dc7259a59c
commit
3459a34a9f
@ -1337,7 +1337,8 @@ class html
|
|||||||
}
|
}
|
||||||
if($fn)
|
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 = '';
|
$attachment = '';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user