Browse Source

Add comment moderation in admin

master
nano 6 days ago
parent
commit
66b194895f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/PostsController.asp

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

@@ -71,7 +71,7 @@ Class PostsController_Class
Set post = matches.Front()

If Len(canonicalSlug) > 0 And canonicalSlug <> requestedSlug Then
Response.Redirect PostUrl(canonicalSlug)
Response.Redirect PostPath(canonicalSlug)
End If

Dim comments


Loading…
Cancel
Save

Powered by TurnKey Linux.