mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Hope this is a real fix this time
This commit is contained in:
parent
94e7363845
commit
6297a4d8c6
@ -100,9 +100,9 @@
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user