mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
"removed 4. parameter on session::create() call"
This commit is contained in:
parent
f0f056420f
commit
5fe1dfd355
@ -199,7 +199,7 @@
|
|||||||
$login .= '@'.$GLOBALS['egw_info']['server']['default_domain'];
|
$login .= '@'.$GLOBALS['egw_info']['server']['default_domain'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$GLOBALS['sessionid'] = $GLOBALS['egw']->session->create($login,$passwd,$passwd_type,'u');
|
$GLOBALS['sessionid'] = $GLOBALS['egw']->session->create($login,$passwd,$passwd_type);
|
||||||
|
|
||||||
if(!isset($GLOBALS['sessionid']) || ! $GLOBALS['sessionid'])
|
if(!isset($GLOBALS['sessionid']) || ! $GLOBALS['sessionid'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user