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