Fix minor compilation bug in code for DS-1001

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6639 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Tim Donohue
2011-09-02 19:46:02 +00:00
parent 947d17bfd2
commit a9cda5f955

View File

@@ -3068,9 +3068,7 @@ function doCurate()
else if (!cocoon.request.get("select_curate_group")) {
identifier = null;
}
identifier = null;
}
//if 'curate_task' parameter was set in result, pass it back to sendPageAndWait call (so it is prepopulated in Admin UI)
if (result != null && result.getParameter("curate_task")) {
curateTask = result.getParameter("curate_task");