Don’t create a new Sone when getting the logged in Sone.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / SoneTemplatePage.java
index 2953b0d..33c86a9 100644 (file)
@@ -137,7 +137,7 @@ public class SoneTemplatePage extends TemplatePage {
                if (soneId == null) {
                        return null;
                }
-               return webInterface.getCore().getLocalSone(soneId);
+               return webInterface.getCore().getLocalSone(soneId, false);
        }
 
        /**