浏览代码

Add comment moderation in admin

master
nano 6 天前
父节点
当前提交
c7d2cdd715
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/controllers/CommentsController.asp

+ 1
- 1
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


正在加载...
取消
保存

Powered by TurnKey Linux.