diff --git a/phpgwapi/inc/class.browser.inc.php b/phpgwapi/inc/class.browser.inc.php index ebae656c56..25b361024e 100644 --- a/phpgwapi/inc/class.browser.inc.php +++ b/phpgwapi/inc/class.browser.inc.php @@ -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;