mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +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
|
||||
if (!$GLOBALS['egw_info']['server']['usecookies'])
|
||||
{
|
||||
$extravars['sessionid'] = $this->sessionid;
|
||||
$extravars['kp3'] = $this->kp3;
|
||||
$extravars['domain'] = $this->account_domain;
|
||||
$vars['sessionid'] = $this->sessionid;
|
||||
$vars['kp3'] = $this->kp3;
|
||||
$vars['domain'] = $this->account_domain;
|
||||
}
|
||||
|
||||
// if there are vars, we add them urlencoded to the url
|
||||
|
Loading…
Reference in New Issue
Block a user