This commit is contained in:
Lucio Lelii 2018-12-18 15:24:14 +00:00
parent ea6406e460
commit 5a45df9b16
1 changed files with 0 additions and 2 deletions

View File

@ -293,8 +293,6 @@ public class ItemsManager {
if (!(item instanceof AbstractFileItem)) throw new InvalidCallParameters("the choosen item is not a File");
if (!(item.isPublicItem())) throw new UserNotAuthorizedException("the item requested is not public");
if (versionName!=null)
return downloadVersionInternal(ses, login, itemId, versionName, false);
else