forked from extern/egroupware
fix spelling
This commit is contained in:
parent
d540576656
commit
7bcfdbfa5e
@ -291,7 +291,7 @@ else
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// commiting the session, before redirecting might fix racecondition in session creation
|
// committing the session, before redirecting might fix race-condition in session creation
|
||||||
$GLOBALS['egw']->session->commit_session();
|
$GLOBALS['egw']->session->commit_session();
|
||||||
Egw::redirect_link($forward,$extra_vars);
|
Egw::redirect_link($forward,$extra_vars);
|
||||||
}
|
}
|
||||||
@ -351,4 +351,4 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
$GLOBALS['egw']->framework->login_screen($extra_vars, $force_password_change);
|
$GLOBALS['egw']->framework->login_screen($extra_vars, $force_password_change);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user