mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
fixed not working sessionid in url
This commit is contained in:
parent
68d0668328
commit
24472f972d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user