ソースを参照

Add comment moderation in admin

master
nano 5日前
コミット
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.