forked from extern/egroupware
Fix some mail actions e.g. "view as source" or "Html" no longer working
This commit is contained in:
parent
abba483377
commit
8175a592d5
@ -32,11 +32,11 @@ class UserAgent
|
|||||||
/**
|
/**
|
||||||
* Version of user-agent as specified by browser
|
* Version of user-agent as specified by browser
|
||||||
*
|
*
|
||||||
* @return string
|
* @return integer
|
||||||
*/
|
*/
|
||||||
public static function version()
|
public static function version()
|
||||||
{
|
{
|
||||||
return self::$ua_version;
|
return (int)self::$ua_version;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user