Added Submitbutton

This commit is contained in:
AlexE030
2023-06-13 19:28:32 +02:00
parent e65ae7b90e
commit c02a0592ed
7 changed files with 100 additions and 6 deletions
@@ -142,7 +142,7 @@ public class ModuleController
{
User u = UserSessionIDHandler.getUserBySessionID(sessionID);
if (u != null && u.getPermissions() == UserPermissions.admin.getValue())
if (u != null)
{
Module m = db.updateModule(module);