diff --git a/source/de/anomic/data/bookmarksDB.java b/source/de/anomic/data/bookmarksDB.java index 5cdfbdefb..6b0159acc 100644 --- a/source/de/anomic/data/bookmarksDB.java +++ b/source/de/anomic/data/bookmarksDB.java @@ -389,7 +389,7 @@ public class bookmarksDB { } Bookmark b; try { - b = (Bookmark) bookmarksTable.get(urlHash); + b = getBookmark(urlHash); bookmarksTable.remove(urlHash); } catch (IOException e) { b = null;