Convert and complete unit test and fix bug in page
[Sone.git] / src / main / java / net / pterodactylus / sone / web / DeleteReplyPage.java
index 7112b73..aa8bc8f 100644 (file)
@@ -67,7 +67,7 @@ public class DeleteReplyPage extends SoneTemplatePage {
                                throw new RedirectException(returnPage);
                        }
                }
-               templateContext.set("reply", reply);
+               templateContext.set("reply", replyId);
                templateContext.set("returnPage", returnPage);
        }