mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Fix some mail actions e.g. "view as source" or "Html" no longer working
This commit is contained in:
parent
b34f54b1c1
commit
8364b37f46
@ -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