fix for last commit

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4874 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 17 years ago
parent 5f35ba6f05
commit 5c6b983b8e

@ -83,6 +83,7 @@ public class AccessTracker_p {
} }
} catch (ConcurrentModificationException e) {} // we dont want to synchronize this } catch (ConcurrentModificationException e) {} // we dont want to synchronize this
prop.put("page_list", entCount); prop.put("page_list", entCount);
prop.put("page_num", entCount);
entCount = 0; entCount = 0;
try { try {
@ -92,9 +93,7 @@ public class AccessTracker_p {
entCount++; entCount++;
} }
} catch (ConcurrentModificationException e) {} // we dont want to synchronize this } catch (ConcurrentModificationException e) {} // we dont want to synchronize this
prop.put("page_vflist", entCount); prop.put("page_bflist", entCount);
prop.put("page_num", entCount);
} }
if (page == 1) { if (page == 1) {
String host = (post == null) ? "" : post.get("host", ""); String host = (post == null) ? "" : post.get("host", "");

Loading…
Cancel
Save