This commit is contained in:
Lucio Lelii 2019-01-21 10:23:39 +00:00
parent 29f8a0d30e
commit 3f1ec4dd3f
1 changed files with 2 additions and 0 deletions

View File

@ -646,6 +646,8 @@ public class ItemsManager {
.header("Content-Type", "application/zip")
.header("Content-Length", -1l)
.build();
accountingHandler.createReadObj(item.getTitle(), ses, ses.getNodeByIdentifier(item.getId()), false);
}finally {
if (ses!=null) ses.save();
}