fix for public tags

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1709 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent f9063e2040
commit d6f7bd44ae

@ -374,7 +374,7 @@ public class bookmarksDB {
Tag tag; Tag tag;
while(it.hasNext()){ while(it.hasNext()){
tag=(Tag) it.next(); tag=(Tag) it.next();
if(!priv ||tag.hasPublicItems()){ if(priv ||tag.hasPublicItems()){
set.add(tag); set.add(tag);
} }
} }

Loading…
Cancel
Save