fix spelling

This commit is contained in:
ralf 2022-08-04 20:03:43 +02:00
parent d540576656
commit 7bcfdbfa5e

View File

@ -291,7 +291,7 @@ 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();
Egw::redirect_link($forward,$extra_vars);
}
@ -351,4 +351,4 @@ else
}
$GLOBALS['egw']->framework->login_screen($extra_vars, $force_password_change);
}
}