Correction of the avatar file loading.

This commit is contained in:
2019-08-05 21:22:03 +02:00
parent 54b081e700
commit 571fc9bd37

View File

@@ -69,7 +69,7 @@ public class FileUploadService {
Optional<Resource> result = Optional.empty();
try {
result = loadImage(pAvatarFileName, folderImages);
result = loadImage(pAvatarFileName, folderProfileImages);
} catch(final IOException ex) {
LOG.error("Unable to load avatar file {}", pAvatarFileName, ex);
}