updated notification renaming

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@95672 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-05-14 12:16:51 +00:00
parent b4a9f0d2af
commit 4a37542321
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public class NotificationsProducer {
// notificationsMng.notifyItemRenaming(infoContactModel.getLogin(), previousName, item, sharedFolder);
boolean notify = notificationsMng.notifyItemRenaming(infoContactModel.getLogin(), previousName, item);
boolean notify = notificationsMng.notifyItemRenaming(infoContactModel.getLogin(), previousName, item, sharedFolder);
if(!notify)
logger.error("An error occured when notify user: "+infoContactModel.getLogin());