mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Fixed a minor bug in the SubmissionConfigReader constructor
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2181 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -144,6 +144,7 @@ public class SubmissionConfigReader
|
||||
*/
|
||||
public SubmissionConfigReader(String UIName) throws ServletException
|
||||
{
|
||||
this.UIName = UIName;
|
||||
buildInputs(configDir + SUBMIT_DEF_FILE_PREFIX + "-" + UIName + SUBMIT_DEF_FILE_SUFFIX);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user