* 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:27:59 +00:00
parent 4e2ff1beda
commit 533cb9ec64

View File

@ -666,7 +666,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 = '';
}