Skip to content

Commit 3f482c6

Browse files
committed
Merge discvr-20.7 to develop
2 parents 8d2e5cc + 9126a3e commit 3f482c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LDK/src/org/labkey/ldk/LDKController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ public ModelAndView getView(Object form, BindException errors) throws Exception
10611061
{
10621062
if (getContainer().hasPermission(getUser(), AdminPermission.class))
10631063
{
1064-
return ModuleHtmlView.get(ModuleLoader.getInstance().getModule(LDKModule.class), Path.parse("/views/setRedirectUrl.html"));
1064+
return ModuleHtmlView.get(ModuleLoader.getInstance().getModule(LDKModule.class), "setRedirectUrl");
10651065
}
10661066
else
10671067
{

0 commit comments

Comments
 (0)