forked from extern/egroupware
* Filemanager: fixed not working "Save as" for Internet Explorer (all versions), gave PHP Fatal Error
This commit is contained in:
parent
c5d2b8dc23
commit
84b3edbfcb
@ -668,7 +668,7 @@ class vfs_webdav_server extends HTTP_WebDAV_Server_Filesystem
|
|||||||
}
|
}
|
||||||
if (($ok = parent::GET($options)) && $this->force_download)
|
if (($ok = parent::GET($options)) && $this->force_download)
|
||||||
{
|
{
|
||||||
if(html::$user_agent == 'msie' && self::$ua_version < 9.0)
|
if(html::$user_agent == 'msie' && html::$ua_version < 9.0)
|
||||||
{
|
{
|
||||||
$attachment = '';
|
$attachment = '';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user