* Filemanager: fixed not working "Save as" for Internet Explorer (all versions), gave PHP Fatal Error

This commit is contained in:
Ralf Becker 2013-03-25 18:26:57 +00:00
parent c5d2b8dc23
commit 84b3edbfcb

View File

@ -668,7 +668,7 @@ class vfs_webdav_server extends HTTP_WebDAV_Server_Filesystem
}
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 = '';
}