From: David ‘Bombe’ Roden Date: Mon, 13 Dec 2010 20:52:36 +0000 (+0100) Subject: WoT interaction is handled in the core, thank you. X-Git-Tag: 0.4^2~8^2~61 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=24c23ab76ccd193ec270b0f73ff7abc374f25037 WoT interaction is handled in the core, thank you. --- diff --git a/src/main/java/net/pterodactylus/sone/web/CreateSonePage.java b/src/main/java/net/pterodactylus/sone/web/CreateSonePage.java index 1c16d31..e5f176f 100644 --- a/src/main/java/net/pterodactylus/sone/web/CreateSonePage.java +++ b/src/main/java/net/pterodactylus/sone/web/CreateSonePage.java @@ -111,7 +111,6 @@ public class CreateSonePage extends SoneTemplatePage { return; } /* create Sone. */ - webInterface.getCore().getIdentityManager().addContext(selectedIdentity, "Sone"); Sone sone = webInterface.getCore().createSone(selectedIdentity); if (sone == null) { logger.log(Level.SEVERE, "Could not create Sone for OwnIdentity: %s", selectedIdentity);