Fixed ImportProjectCommand so it no longer contains references to project.html, a file previously removed from the project.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@980 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Iain Sproat 2010-06-16 07:06:52 +00:00
parent 1f67cca3eb
commit f47cb75525

View File

@ -57,7 +57,7 @@ public class ImportProjectCommand extends Command {
}
}
redirect(response, "/project.html?project=" + projectID);
redirect(response, "/project?project=" + projectID);
} else {
redirect(response, "/error.html?redirect=index.html&msg=" +
ParsingUtilities.encode("Failed to import project")