Skip to content

Commit 9126a3e

Browse files
committed
Prepare to cache genomes on remote filesystem
1 parent c480883 commit 9126a3e

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
@@ -1060,7 +1060,7 @@ public ModelAndView getView(Object form, BindException errors) throws Exception
10601060
{
10611061
if (getContainer().hasPermission(getUser(), AdminPermission.class))
10621062
{
1063-
return ModuleHtmlView.get(ModuleLoader.getInstance().getModule(LDKModule.class), Path.parse("/views/setRedirectUrl.html"));
1063+
return ModuleHtmlView.get(ModuleLoader.getInstance().getModule(LDKModule.class), "setRedirectUrl");
10641064
}
10651065
else
10661066
{

0 commit comments

Comments
 (0)