mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Hope this is a real fix this time
This commit is contained in:
parent
94e7363845
commit
6297a4d8c6
@ -100,15 +100,15 @@
|
||||
function return_array()
|
||||
{
|
||||
$this->data = array(
|
||||
'agent' = $this->BROWSER_AGENT,
|
||||
'version' = $this->BROWSER_VER,
|
||||
'platform' = $this->BROWSER_PLATFORM
|
||||
'agent' => $this->get_agent(),
|
||||
'version' => $this->get_version(),
|
||||
'platform' => $this->get_platform()
|
||||
);
|
||||
|
||||
return $this->data;
|
||||
}
|
||||
|
||||
function get_agent ()
|
||||
function get_agent()
|
||||
{
|
||||
return $this->BROWSER_AGENT;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user