ソースを参照

Add comment moderation in admin

master
nano 5日前
コミット
66b194895f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/controllers/PostsController.asp

+ 1
- 1
app/controllers/PostsController.asp ファイルの表示

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


読み込み中…
キャンセル
保存

Powered by TurnKey Linux.