CreateProjectCommand no longer contains references to project.html, a file previously removed from the project.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@971 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Iain Sproat 2010-06-15 20:28:18 +00:00
parent dc7060d390
commit c94957b6a0

View File

@ -152,7 +152,7 @@ public class CreateProjectCommand extends Command {
project.update();
redirect(response, "/project.html?project=" + project.id);
redirect(response, "/project?project=" + project.id);
} catch (Exception e) {
redirect(response, "/error.html?redirect=index.html&msg=" +
ParsingUtilities.encode("Failed to import file: " + e.getLocalizedMessage())