Rename session-related Methode in web interface
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ImageBrowserPage.java
index acc6354..7a222d2 100644 (file)
@@ -101,7 +101,7 @@ public class ImageBrowserPage extends SoneTemplatePage {
                        templateContext.set("albums", albumPagination.getItems());
                        return;
                }
-               Sone sone = getCurrentSone(request.getToadletContext(), false);
+               Sone sone = getCurrentSoneWithoutCreatingSession(request.getToadletContext());
                templateContext.set("soneRequested", true);
                templateContext.set("sone", sone);
        }