Fixed template parameter name

This commit is contained in:
Francesco 2023-10-11 11:11:48 +02:00
parent 05546202ff
commit 76b494f64a

View File

@ -51,7 +51,7 @@ public class GlobalController {
model.addAttribute("error", "Error");
model.addAttribute("message", e.getMessage());
model.addAttribute("dbadmin_userConf", userConf);
model.addAttribute("baseUrl", getBaseUrl());
model.addAttribute("dbadmin_baseUrl", getBaseUrl());
return "other/error";
}