Browse Source

Add comment moderation in admin

master
nano 5 days ago
parent
commit
c7d2cdd715
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/CommentsController.asp

+ 1
- 1
app/controllers/CommentsController.asp View File

@@ -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


Loading…
Cancel
Save

Powered by TurnKey Linux.