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