From 1ea0bc775ca010ed6d3b81ad5348fe949817b4a5 Mon Sep 17 00:00:00 2001 From: sixcooler Date: Mon, 2 May 2011 10:46:05 +0000 Subject: [PATCH] @apfelmaenchen: is this the expected, but forgotten change? Please correct if I'm wrong (this let me build Yacy again) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7692 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Table_YMark_p.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/Table_YMark_p.java b/htroot/Table_YMark_p.java index 68f200815..da1c7bc73 100644 --- a/htroot/Table_YMark_p.java +++ b/htroot/Table_YMark_p.java @@ -166,7 +166,7 @@ public class Table_YMark_p { } } try { - sb.tables.bookmarks.addBookmark(bmk_user, bmk, false); + sb.tables.bookmarks.addBookmark(bmk_user, bmk, false, false); } catch (IOException e) { Log.logException(e); } catch (RowSpaceExceededException e) {