Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
https://github.com/MPDL-Innovations/spot/issues/496
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiensaquet committed Apr 25, 2016
1 parent 234a806 commit e4c7b46
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -105,10 +105,7 @@ public boolean saveEditedCollection() {
try {
CollectionController collectionController = new CollectionController();
User user = getSessionUser();
CollectionImeji icPre = collectionController.retrieve(getCollection().getId(), user);
if (icPre.getLogoUrl() != null && getCollection().getLogoUrl() == null) {
collectionController.updateLogo(icPre, null, user);
}
collectionController.update(getCollection(), user);
UserController uc = new UserController(user);
uc.update(user, user);
if (containerEditorSession.getUploadedLogoPath() != null) {
Expand Down

0 comments on commit e4c7b46

Please sign in to comment.