Fixed getPublicLink

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@130887 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-07-28 14:23:03 +00:00
parent 145b936f6f
commit 913c7b123e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class StorageUtil {
}
if (workSpaceItem instanceof FolderItem) {
return workSpaceItem.getPublicLink(true);
return workSpaceItem.getPublicLink(false);
} else {
throw new ServiceException(
"Attention no public link for this item!");