Author: nextgens
Date: 2007-07-20 16:50:21 +0000 (Fri, 20 Jul 2007)
New Revision: 14205

Modified:
   trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
Log:
doh

Modified: trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java   
2007-07-20 16:42:24 UTC (rev 14204)
+++ trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java   
2007-07-20 16:50:21 UTC (rev 14205)
@@ -164,6 +164,7 @@
                                HTMLNode errorBox = 
content.addChild(ctx.getPageMaker().getInfobox("infobox-error", error));
                                errorBox.addChild("#", 
L10n.getString("BookmarkEditorToadlet.bookmarkDoesNotExist", new String[] { 
"bookmark" }, new String[] { bookmarkPath }));
                                this.writeReply(ctx, 200, "text/html", "OK", 
pageNode.generate());
+                               return;
                        } else {

                                if(action.equals("del")){


Reply via email to