소스 검색

Add comment moderation in admin

master
nano 6 일 전
부모
커밋
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.