fixed not working sessionid in url

This commit is contained in:
Ralf Becker 2005-11-29 13:05:20 +00:00
parent 68d0668328
commit 24472f972d

View File

@ -1179,9 +1179,9 @@
// add session params if not using cookies // add session params if not using cookies
if (!$GLOBALS['egw_info']['server']['usecookies']) if (!$GLOBALS['egw_info']['server']['usecookies'])
{ {
$extravars['sessionid'] = $this->sessionid; $vars['sessionid'] = $this->sessionid;
$extravars['kp3'] = $this->kp3; $vars['kp3'] = $this->kp3;
$extravars['domain'] = $this->account_domain; $vars['domain'] = $this->account_domain;
} }
// if there are vars, we add them urlencoded to the url // if there are vars, we add them urlencoded to the url