Skip to content

Commit

Permalink
cut and paste fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Nov 5, 2015
1 parent a94560c commit 74eedad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ no parameters.
HeritrixTemplate heritrixTemplate = dao.read(flipactive);
heritrixTemplate.setIsActive(!heritrixTemplate.isActive());
dao.update(flipactive, heritrixTemplate);
response.sendRedirect("Definitions-selective-harvests.jsp");
response.sendRedirect("Definitions-edit-harvest-templates.jsp");
return;
}
Expand Down

0 comments on commit 74eedad

Please sign in to comment.