add left hand variable, 'fileDescription', to catch a value.

This commit is contained in:
bill
2015-09-17 10:20:22 -05:00
parent a7334c6d8b
commit 3c77e33882

View File

@@ -352,7 +352,7 @@ public class UploadWithEmbargoStep extends UploadStep
String fileDescription = (String) request.getAttribute(param + "-description");
if(fileDescription==null ||fileDescription.length()==0)
{
request.getParameter("description");
fileDescription = request.getParameter("description");
}
// if information wasn't passed by User Interface, we had a problem