[freenet-cvs] r19706 - trunk/freenet/src/freenet/clients/http

toad at freenetproject.org toad at freenetproject.org
Sat May 3 16:55:22 UTC 2008


Author: toad
Date: 2008-05-03 16:55:22 +0000 (Sat, 03 May 2008)
New Revision: 19706

Modified:
   trunk/freenet/src/freenet/clients/http/ConfigToadlet.java
Log:
Don't check twice

Modified: trunk/freenet/src/freenet/clients/http/ConfigToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/ConfigToadlet.java	2008-05-03 16:01:23 UTC (rev 19705)
+++ trunk/freenet/src/freenet/clients/http/ConfigToadlet.java	2008-05-03 16:55:22 UTC (rev 19706)
@@ -139,7 +139,6 @@
 		HTMLNode pageNode = ctx.getPageMaker().getPageNode(L10n.getString("ConfigToadlet.fullTitle", new String[] { "name" }, new String[] { node.getMyName() }), ctx);
 		HTMLNode contentNode = ctx.getPageMaker().getContentNode(pageNode);
 		
-		if(ctx.isAllowedFullAccess())
 			contentNode.addChild(core.alerts.createSummary());
 		if(advancedModeEnabled){
 			HTMLNode navigationBar = ctx.getPageMaker().getInfobox("navbar", l10n("configNavTitle"));




More information about the cvs mailing list