NIHVIVO-56 Property name changed for upload.directory.
This commit is contained in:
parent
03ab54f1eb
commit
e28f10d2bc
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ public class UploadImagesServlet extends VitroHttpServlet {
|
|||
* @throws IOException
|
||||
*/
|
||||
private String getSourceDirName() throws IOException{
|
||||
String dirName = ConfigurationProperties.getProperty("UploadImagesServlet.sourceDirName");
|
||||
String dirName = ConfigurationProperties.getProperty("upload.directory");
|
||||
if( dirName == null ) {
|
||||
log.error("getSourceDirName(): property sourceDirName not defined in configuration properties");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue