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