mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix syntax error
This commit is contained in:
parent
866f38f721
commit
109da3e9b3
@ -381,7 +381,7 @@ Session* SessionManager::findByUserId(int userId)
|
||||
em->sendErrorsAsEmail();
|
||||
continue;
|
||||
}
|
||||
if (!user->getModel->getID()) {
|
||||
if (!user->getModel()->getID()) {
|
||||
em->addError(new Error(function_name, "user id is zero"));
|
||||
em->addError(new ParamError(function_name, "user id: ", userId));
|
||||
em->sendErrorsAsEmail();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user