mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
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
|
||||
*
|
||||
* @return string
|
||||
* @return integer
|
||||
*/
|
||||
public static function version()
|
||||
{
|
||||
return self::$ua_version;
|
||||
return (int)self::$ua_version;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user