commit a6c62c40362cdc847d223bf6b7f75ba87ca3efc9
parent 31745a4b5d724dfd515ba818ec1f74593527d129
Author: Jan Dankert <devnull@localhost>
Date: Thu, 25 Apr 2019 10:29:53 +0200
Database id is necessary for login action.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/de/openrat/client/action/LoginAction.java b/src/de/openrat/client/action/LoginAction.java
@@ -38,6 +38,7 @@ public class LoginAction extends Action
public User login(String username, String password, String databaseId) throws LoginException
{
+ setParameter("dbid", databaseId);
executeView(ACTION, "login");
clear();