Use the default input set if the item is not yet archived

This commit is contained in:
Andrea Bollini
2012-09-15 17:31:08 +02:00
parent c6be362592
commit 8334fceed0

View File

@@ -391,8 +391,8 @@ public class Util {
if (collection == null) if (collection == null)
{ {
// col_handle = "db-id/" + item.getID(); // set an empty handle so to get the default input set
return null; col_handle = "";
} }
else else
{ {