瀏覽代碼

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) Dim slug : slug = ResolvePostSlug(comment.PostID)
If Len(slug) > 0 Then If Len(slug) > 0 Then
Response.Redirect PostUrl(slug)
Response.Redirect PostPath(slug)
Else Else
Response.Redirect "/posts" Response.Redirect "/posts"
End If End If


Loading…
取消
儲存

Powered by TurnKey Linux.