diff --git a/htroot/htdocsdefault/dir.java b/htroot/htdocsdefault/dir.java index df43ea799..ba77f7cbc 100644 --- a/htroot/htdocsdefault/dir.java +++ b/htroot/htdocsdefault/dir.java @@ -456,7 +456,8 @@ public class dir { public static void deletePhrase(plasmaSwitchboard switchboard, String urlstring, String phrase, String descr) { try { String urlhash = plasmaURL.urlHash(new URL(urlstring)); - Set words = plasmaCondenser.getWords(("yacyshare " + phrase + " " + descr).getBytes()); + //Set words = plasmaCondenser.getWords(("yacyshare " + phrase + " " + descr).getBytes()); + Set words = plasmaCondenser.getWords(); switchboard.removeReferences(urlhash, words); switchboard.loadedURL.remove(urlhash); } catch (Exception e) {