From c7d2cdd7158be45827e8829b4de68d47c633a80e Mon Sep 17 00:00:00 2001 From: nano Date: Sun, 3 May 2026 16:24:47 +0000 Subject: [PATCH] Add comment moderation in admin --- app/controllers/CommentsController.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/CommentsController.asp b/app/controllers/CommentsController.asp index f0ae0ba..fff37dd 100644 --- a/app/controllers/CommentsController.asp +++ b/app/controllers/CommentsController.asp @@ -53,7 +53,7 @@ Class CommentsController_Class Dim slug : slug = ResolvePostSlug(comment.PostID) If Len(slug) > 0 Then - Response.Redirect PostUrl(slug) + Response.Redirect PostPath(slug) Else Response.Redirect "/posts" End If